Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dpcap.h199 struct pcap_pkthdr { struct
200 struct timeval ts; /* time stamp */
201 bpf_u_int32 caplen; /* length of portion present */
202 bpf_u_int32 len; /* length this packet (off wire) */
/external/scapy/scapy/modules/
Dwinpcapy.py145 class pcap_pkthdr(Structure): class