Searched defs:pcap_file_header (Results 1 – 2 of 2) sorted by relevance
161 struct pcap_file_header { struct162 bpf_u_int32 magic;163 u_short version_major;164 u_short version_minor;165 bpf_int32 thiszone; /* gmt to local correction */166 bpf_u_int32 sigfigs; /* accuracy of timestamps */167 bpf_u_int32 snaplen; /* max length saved portion of each pkt */168 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
134 class pcap_file_header(Structure): class