X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/cf6018bf77dfb314e428d5326835f99f209e84b3..a554cbf78a42d9456285e68fbddb883a26a6b55b:/interface.h diff --git a/interface.h b/interface.h index 57d4636d..5703f3d5 100644 --- a/interface.h +++ b/interface.h @@ -73,6 +73,7 @@ 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 */ #ifndef min #define min(a,b) ((a)>(b)?(b):(a)) @@ -320,6 +321,8 @@ extern void syslog_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