PCAP Packet structure. More...
Public Attributes | |
uint16_t | data [N_PACKET_BYTES] |
Packet data. More... | |
uint32_t | inclLen |
Length of the entry in the PCAP. More... | |
uint32_t | origLen |
length of the original packet More... | |
uint32_t | tsSec |
Time (seconds part) More... | |
uint32_t | tsUsec |
Time (micro seconds part) More... | |
PCAP Packet structure.
Definition at line 1019 of file pcap-file-test-suite.cc.
uint16_t PacketEntry::data[N_PACKET_BYTES] |
Packet data.
Definition at line 1024 of file pcap-file-test-suite.cc.
Referenced by DiffTestCase::DoRun().
uint32_t PacketEntry::inclLen |
Length of the entry in the PCAP.
Definition at line 1022 of file pcap-file-test-suite.cc.
Referenced by ReadFileTestCase::DoRun().
uint32_t PacketEntry::origLen |
length of the original packet
Definition at line 1023 of file pcap-file-test-suite.cc.
Referenced by ReadFileTestCase::DoRun(), and DiffTestCase::DoRun().
uint32_t PacketEntry::tsSec |
Time (seconds part)
Definition at line 1020 of file pcap-file-test-suite.cc.
Referenced by ReadFileTestCase::DoRun(), and DiffTestCase::DoRun().
uint32_t PacketEntry::tsUsec |
Time (micro seconds part)
Definition at line 1021 of file pcap-file-test-suite.cc.
Referenced by ReadFileTestCase::DoRun(), and DiffTestCase::DoRun().