Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpcap/pcap/
H A Dpcap.h245 struct pcap_pkthdr { struct
246 struct timeval ts; /* time stamp */
247 bpf_u_int32 caplen; /* length of portion present */
248 bpf_u_int32 len; /* length of this packet (off wire) */
/aosp_15_r20/external/scapy/scapy/modules/
H A Dwinpcapy.py145 class pcap_pkthdr(Structure): class