Pcap record header. More...
Public Attributes | |
uint32_t | m_inclLen |
number of octets of packet saved in file | |
uint32_t | m_origLen |
actual length of original packet | |
uint32_t | m_tsSec |
seconds part of timestamp | |
uint32_t | m_tsUsec |
microseconds part of timestamp (nsecs for PCAP_NSEC_MAGIC) | |
Pcap record header.
Definition at line 304 of file pcap-file.h.
uint32_t ns3::PcapFile::PcapRecordHeader::m_inclLen |
number of octets of packet saved in file
Definition at line 308 of file pcap-file.h.
Referenced by ns3::PcapFile::Read(), ns3::PcapFile::Swap(), and ns3::PcapFile::WritePacketHeader().
uint32_t ns3::PcapFile::PcapRecordHeader::m_origLen |
actual length of original packet
Definition at line 309 of file pcap-file.h.
Referenced by ns3::PcapFile::Read(), ns3::PcapFile::Swap(), and ns3::PcapFile::WritePacketHeader().
uint32_t ns3::PcapFile::PcapRecordHeader::m_tsSec |
seconds part of timestamp
Definition at line 306 of file pcap-file.h.
Referenced by ns3::PcapFile::Read(), ns3::PcapFile::Swap(), and ns3::PcapFile::WritePacketHeader().
uint32_t ns3::PcapFile::PcapRecordHeader::m_tsUsec |
microseconds part of timestamp (nsecs for PCAP_NSEC_MAGIC)
Definition at line 307 of file pcap-file.h.
Referenced by ns3::PcapFile::Read(), ns3::PcapFile::Swap(), and ns3::PcapFile::WritePacketHeader().