X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9716f7bd0f54ba52ef3faa6339ea8902fd39b0c3..feb50f848364f748a2d5f31f9e65d50df37a0bcf:/interface.h diff --git a/interface.h b/interface.h index 29d55fec..bb794149 100644 --- a/interface.h +++ b/interface.h @@ -321,7 +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); +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 *);