Searched defs:pcap_pkthdr (Results 1 – 2 of 2) sorted by relevance
245 struct pcap_pkthdr { struct246 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) */
145 class pcap_pkthdr(Structure): class