]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
use existing PGM decoder for UDP-encapsulated PGM
[tcpdump] / interface.h
index 57d4636dd72884f50d31696c53036ea46392f1b0..797e362f9f149885e1825abdbe6a5eeee6a6b936 100644 (file)
@@ -73,6 +73,8 @@ extern char *strsep(char **, const char *);
 #define PT_CARP                10      /* Common Address Redundancy Protocol */
 #define PT_RADIUS      11      /* RADIUS authentication Protocol */
 #define PT_ZMTP1       12      /* ZeroMQ Message Transport Protocol 1.0 */
+#define PT_VXLAN       13      /* Virtual eXtensible Local Area Network */
+#define PT_PGM         14      /* [UDP-encapsulated] Pragmatic General Multicast */
 
 #ifndef min
 #define min(a,b) ((a)>(b)?(b):(a))
@@ -317,9 +319,12 @@ 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 *);
+extern void vxlan_print(const u_char *, u_int);
+extern void otv_print(const u_char *, u_int);
 
 
 #ifdef INET6