Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dpcap.h161 struct pcap_file_header { struct
162 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_*) */
/external/scapy/scapy/modules/
Dwinpcapy.py134 class pcap_file_header(Structure): class