Home
last modified time | relevance | path

Searched defs:pcap_file_header (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/libpcap/pcap/
HDpcap.h207 struct pcap_file_header { struct
208 bpf_u_int32 magic;
209 u_short version_major;
210 u_short version_minor;
211 bpf_int32 thiszone; /* not used - SHOULD be filled with 0 */
212 bpf_u_int32 sigfigs; /* not used - SHOULD be filled with 0 */
213 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
214 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
/freebsd-14-stable/tools/tools/netmap/
HDnmreplay.c157 struct pcap_file_header { struct
158 uint32_t magic;
188 struct pcap_file_header { argument