]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
use existing PGM decoder for UDP-encapsulated PGM
[tcpdump] / interface.h
index 5703f3d5c63be9cd2322e9cad34ecd5e868cdfe5..053d30511064cd6903091e3096b755983c15cdcc 100644 (file)
@@ -74,6 +74,7 @@ extern char *strsep(char **, const char *);
 #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))