X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0e2f72760d99a2e6bec56368d1c9bd83d8e3e460..cac189b9e31afe141f8c60c70bc90ce8f595f63d:/interface.h diff --git a/interface.h b/interface.h index 9044e28f..bb794149 100644 --- a/interface.h +++ b/interface.h @@ -321,6 +321,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, u_char); 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 *);