Searched defs:pcap_pkthdr (Results 1 – 2 of 2) sorted by relevance
199 struct pcap_pkthdr { struct200 struct timeval ts; /* time stamp */201 bpf_u_int32 caplen; /* length of portion present */202 bpf_u_int32 len; /* length this packet (off wire) */
145 class pcap_pkthdr(Structure): class