Searched defs:pcap_file_header (Results 1 – 2 of 2) sorted by relevance
207 struct pcap_file_header { struct208 bpf_u_int32 magic;209 u_short version_major;210 u_short version_minor;211 bpf_int32 thiszone; /* gmt to local correction; this is always 0 */212 bpf_u_int32 sigfigs; /* accuracy of timestamps; this is always 0 */213 bpf_u_int32 snaplen; /* max length saved portion of each pkt */214 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
134 class pcap_file_header(Structure): class