X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/4ddd16b959cbf4f08ffd69384a0cb23a404a8b36..73a8fa9b50888b892002fe97cc6546ffb375b6ca:/interface.h diff --git a/interface.h b/interface.h index 57d4636d..2dff9d81 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))