]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
Handle the 48-byte and 64-byte Linux USB headers differently; for now,
[tcpdump] / interface.h
index 2507168a73984d149ccb91625184200ad5f30e70..3638ddf71284f7775ab2e271405ac9078c1411fd 100644 (file)
@@ -318,7 +318,8 @@ extern void bfd_print(const u_char *, u_int, u_int);
 extern void sip_print(const u_char *, u_int);
 extern void syslog_print(const u_char *, u_int);
 extern u_int bt_if_print(const struct pcap_pkthdr *, const u_char *);
-extern u_int usb_linux_print(const struct pcap_pkthdr *, const u_char *);
+extern u_int usb_linux_48_byte_print(const struct pcap_pkthdr *, const u_char *);
+extern u_int usb_linux_64_byte_print(const struct pcap_pkthdr *, const u_char *);
 
 #ifdef INET6
 extern void ip6_print(const u_char *, u_int);