Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcaprec_hdr Struct Reference

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

Detailed Description

Per-packet record header in a standard libpcap capture file.

Member Data Documentation

◆ incl_len

uint32_t pcaprec_hdr::incl_len

Number of octets of the packet actually saved in the file.

◆ orig_len

uint32_t pcaprec_hdr::orig_len

Original on-wire length of the packet in octets before any truncation.

◆ ts_sec

uint32_t pcaprec_hdr::ts_sec

Timestamp seconds component of the packet arrival time.

◆ ts_usec

uint32_t pcaprec_hdr::ts_usec

Timestamp sub-second component: microseconds for standard pcap, nanoseconds for PCAP_NSEC_MAGIC files.


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