Searched refs:pcap_usb_header (Results 1 – 3 of 3) sorted by relevance
84 usb_header_print(netdissect_options *ndo, const pcap_usb_header *uh) in usb_header_print()141 if (h->caplen < sizeof(pcap_usb_header)) { in usb_linux_48_byte_print()143 return(sizeof(pcap_usb_header)); in usb_linux_48_byte_print()146 usb_header_print(ndo, (const pcap_usb_header *) p); in usb_linux_48_byte_print()148 return(sizeof(pcap_usb_header)); in usb_linux_48_byte_print()169 usb_header_print(ndo, (const pcap_usb_header *) p); in usb_linux_64_byte_print()
93 pcap_usb_header *hdr;521 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux()602 pkth.caplen = sizeof(pcap_usb_header); in usb_read_linux()603 rawdata += sizeof(pcap_usb_header); in usb_read_linux()828 u_int clen = handle->snapshot - sizeof(pcap_usb_header); in usb_read_linux_bin()831 info.hdr = (pcap_usb_header*) handle->buffer; in usb_read_linux_bin()832 info.data = (u_char *)handle->buffer + sizeof(pcap_usb_header); in usb_read_linux_bin()859 pkth.caplen = clen + sizeof(pcap_usb_header); in usb_read_linux_bin()860 pkth.len = info.hdr->data_len + sizeof(pcap_usb_header); in usb_read_linux_bin()887 pcap_usb_header* hdr; in usb_read_linux_mmap()[all …]
92 } pcap_usb_header; typedef