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()
94 pcap_usb_header *hdr;740 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux()820 pkth.caplen = sizeof(pcap_usb_header); in usb_read_linux()821 rawdata += sizeof(pcap_usb_header); in usb_read_linux()1046 u_int clen = handle->snapshot - sizeof(pcap_usb_header); in usb_read_linux_bin()1049 info.hdr = (pcap_usb_header*) handle->buffer; in usb_read_linux_bin()1050 info.data = (u_char *)handle->buffer + sizeof(pcap_usb_header); in usb_read_linux_bin()1077 pkth.caplen = clen + sizeof(pcap_usb_header); in usb_read_linux_bin()1078 pkth.len = info.hdr->data_len + sizeof(pcap_usb_header); in usb_read_linux_bin()1105 pcap_usb_header* hdr; in usb_read_linux_mmap()[all …]
94 } pcap_usb_header; typedef