gem5 v24.0.0.0
|
Public Attributes | |
uint32_t | seconds |
uint32_t | microseconds |
uint32_t | caplen |
uint32_t | len |
Definition at line 71 of file etherdump.cc.
uint32_t gem5::pcap_pkthdr::caplen |
Definition at line 75 of file etherdump.cc.
Referenced by gem5::EtherDump::dumpPacket().
uint32_t gem5::pcap_pkthdr::len |
Definition at line 76 of file etherdump.cc.
Referenced by gem5::EtherDump::dumpPacket().
uint32_t gem5::pcap_pkthdr::microseconds |
Definition at line 74 of file etherdump.cc.
Referenced by gem5::EtherDump::dumpPacket().
uint32_t gem5::pcap_pkthdr::seconds |
Definition at line 73 of file etherdump.cc.
Referenced by gem5::EtherDump::dumpPacket().