A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::PcapFile::PcapRecordHeader Struct Reference

Public Attributes

uint32_t m_inclLen
 
uint32_t m_origLen
 
uint32_t m_tsSec
 
uint32_t m_tsUsec
 

Detailed Description

Definition at line 272 of file pcap-file.h.

Member Data Documentation

uint32_t ns3::PcapFile::PcapRecordHeader::m_inclLen

number of octets of packet saved in file

Definition at line 275 of file pcap-file.h.

uint32_t ns3::PcapFile::PcapRecordHeader::m_origLen

actual length of original packet

Definition at line 276 of file pcap-file.h.

uint32_t ns3::PcapFile::PcapRecordHeader::m_tsSec

seconds part of timestamp

Definition at line 273 of file pcap-file.h.

uint32_t ns3::PcapFile::PcapRecordHeader::m_tsUsec

microseconds part of timestamp (nsecs for PCAP_NSEC_MAGIC)

Definition at line 274 of file pcap-file.h.


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