Header of a libpcap dump file.
More...
#include <pcap.h>
Data Fields | |
bpf_u_int32 | magic |
u_short | version_major |
Libpcap major version. | |
u_short | version_minor |
Libpcap minor version. | |
bpf_int32 | thiszone |
gmt to local correction | |
bpf_u_int32 | sigfigs |
accuracy of timestamps | |
bpf_u_int32 | snaplen |
max length saved portion of each pkt | |
bpf_u_int32 | linktype |
data link type (LINKTYPE_*) |