X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9716f7bd0f54ba52ef3faa6339ea8902fd39b0c3..00ac5be4b6d44af1750c93ff30656972a6269ff0:/interface.h diff --git a/interface.h b/interface.h index 29d55fec..1d461244 100644 --- a/interface.h +++ b/interface.h @@ -223,6 +223,9 @@ extern void ns_print(const u_char *, u_int, int); extern const u_char * ns_nprint (register const u_char *, register const u_char *); extern void ntp_print(const u_char *, u_int); extern u_int null_if_print(const struct pcap_pkthdr *, const u_char *); +extern void openflow_print(const u_char *, u_int); +extern const u_char *of10_header_body_print(const u_char *, const u_char *, + const uint8_t, const uint16_t, const uint32_t); extern void ospf_print(const u_char *, u_int, const u_char *); extern void olsr_print (const u_char *, u_int, int); extern void pimv1_print(const u_char *, u_int); @@ -321,7 +324,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 *);