]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
use existing PGM decoder for UDP-encapsulated PGM
[tcpdump] / netdissect.h
index da52e4634fbb5a2947805b6d336fd765485820be..a808f2e03b61f9bb4efe8fac7f87585d73de6f71 100644 (file)
@@ -183,6 +183,7 @@ struct netdissect_options {
 #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))