PCAP Packet structure. More...
Public Attributes | |
uint16_t | data [N_PACKET_BYTES] |
Packet data. | |
uint32_t | inclLen |
Length of the entry in the PCAP. | |
uint32_t | origLen |
length of the original packet | |
uint32_t | tsSec |
Time (seconds part) | |
uint32_t | tsUsec |
Time (micro seconds part) | |
PCAP Packet structure.
Definition at line 1108 of file pcap-file-test-suite.cc.
uint16_t PacketEntry::data[N_PACKET_BYTES] |
Packet data.
Definition at line 1114 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 1112 of file pcap-file-test-suite.cc.
Referenced by ReadFileTestCase::DoRun().
uint32_t PacketEntry::origLen |
length of the original packet
Definition at line 1113 of file pcap-file-test-suite.cc.
Referenced by DiffTestCase::DoRun(), and ReadFileTestCase::DoRun().
uint32_t PacketEntry::tsSec |
Time (seconds part)
Definition at line 1110 of file pcap-file-test-suite.cc.
Referenced by DiffTestCase::DoRun(), and ReadFileTestCase::DoRun().
uint32_t PacketEntry::tsUsec |
Time (micro seconds part)
Definition at line 1111 of file pcap-file-test-suite.cc.
Referenced by DiffTestCase::DoRun(), and ReadFileTestCase::DoRun().