|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Per-packet record header in a standard libpcap capture file. More...
#include <libpcap.h>
Public Attributes | |
| uint32_t | ts_sec |
| uint32_t | ts_usec |
| uint32_t | incl_len |
| uint32_t | orig_len |
Per-packet record header in a standard libpcap capture file.
| uint32_t pcaprec_hdr::incl_len |
Number of octets of the packet actually saved in the file.
| uint32_t pcaprec_hdr::orig_len |
Original on-wire length of the packet in octets before any truncation.
| uint32_t pcaprec_hdr::ts_sec |
Timestamp seconds component of the packet arrival time.
| uint32_t pcaprec_hdr::ts_usec |
Timestamp sub-second component: microseconds for standard pcap, nanoseconds for PCAP_NSEC_MAGIC files.