Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpcap/pcap/
H A Dpcap.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; /* 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_*) */
/aosp_15_r20/external/scapy/scapy/modules/
H A Dwinpcapy.py134 class pcap_file_header(Structure): class