]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
Merge pull request #54 from ffatghub/master
[tcpdump] / interface.h
index 57d4636dd72884f50d31696c53036ea46392f1b0..2dff9d81b77eb0970aa3be1e72a8f464e057e212 100644 (file)
@@ -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))