]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
LMP: add -T override and fix version 1 test(s)
[tcpdump] / netdissect.h
index f34dad4c79cad3d6cdec0fbb9380ca8559ddf108..29c2e6f50d3c15b5e0b0cd47ef917bd92fd1eb97 100644 (file)
@@ -194,6 +194,7 @@ struct netdissect_options {
 #define PT_VXLAN       13      /* Virtual eXtensible Local Area Network */
 #define PT_PGM         14      /* [UDP-encapsulated] Pragmatic General Multicast */
 #define PT_PGM_ZMTP1   15      /* ZMTP/1.0 inside PGM (native or UDP-encapsulated) */
+#define PT_LMP         16      /* Link Management Protocol */
 
 #ifndef min
 #define min(a,b) ((a)>(b)?(b):(a))