VBVX 0.1.0
Header-only C++23 library for safe, zero-copy parsing of packet buffers.
Loading...
Searching...
No Matches
ArpHeaderFixture Class Reference
Inheritance diagram for ArpHeaderFixture:

Protected Member Functions

void SetUp () override

Protected Attributes

ArpHeader h
std::array< uint8_t, 6 > sha {1, 2, 3, 4, 5, 6}
std::array< uint8_t, 6 > tha {10, 11, 12, 13, 14, 15}
std::array< uint8_t, 4 > spa {192, 168, 0, 1}
std::array< uint8_t, 4 > tpa {10, 0, 0, 5}

Member Function Documentation

◆ SetUp()

void ArpHeaderFixture::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ h

ArpHeader ArpHeaderFixture::h
protected

◆ sha

std::array<uint8_t, 6> ArpHeaderFixture::sha {1, 2, 3, 4, 5, 6}
protected

◆ spa

std::array<uint8_t, 4> ArpHeaderFixture::spa {192, 168, 0, 1}
protected

◆ tha

std::array<uint8_t, 6> ArpHeaderFixture::tha {10, 11, 12, 13, 14, 15}
protected

◆ tpa

std::array<uint8_t, 4> ArpHeaderFixture::tpa {10, 0, 0, 5}
protected

The documentation for this class was generated from the following file: