X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1e0c313d5051010f9e84329ced18fb5e91f5f5a6..24c920dfa2374a582cb5b0d2615a70a09a6e6dd4:/interface.h diff --git a/interface.h b/interface.h index 5703f3d5..ed2ab847 100644 --- a/interface.h +++ b/interface.h @@ -318,6 +318,7 @@ extern void hsrp_print(const u_char *, u_int); 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 int mptcp_print(const u_char *, u_int); extern u_int bt_if_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 *);