Searched refs:pcap_usb_header (Results 1 – 3 of 3) sorted by relevance
83 usb_header_print(netdissect_options *ndo, const pcap_usb_header *uh) in usb_header_print()140 if (h->caplen < sizeof(pcap_usb_header)) { in usb_linux_48_byte_print()142 return(sizeof(pcap_usb_header)); in usb_linux_48_byte_print()145 usb_header_print(ndo, (const pcap_usb_header *) p); in usb_linux_48_byte_print()147 return(sizeof(pcap_usb_header)); in usb_linux_48_byte_print()168 usb_header_print(ndo, (const pcap_usb_header *) p); in usb_linux_64_byte_print()
93 pcap_usb_header *hdr;481 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux()562 pkth.caplen = sizeof(pcap_usb_header); in usb_read_linux()563 rawdata += sizeof(pcap_usb_header); in usb_read_linux()788 int clen = handle->snapshot - sizeof(pcap_usb_header); in usb_read_linux_bin()791 info.hdr = (pcap_usb_header*) handle->buffer; in usb_read_linux_bin()792 info.data = handle->buffer + sizeof(pcap_usb_header); in usb_read_linux_bin()819 pkth.caplen = clen + sizeof(pcap_usb_header); in usb_read_linux_bin()820 pkth.len = info.hdr->data_len + sizeof(pcap_usb_header); in usb_read_linux_bin()847 pcap_usb_header* hdr; in usb_read_linux_mmap()[all …]
92 } pcap_usb_header; typedef