]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
Point people to the the-tcpdump-group repositories, not the mcr repositories.
[tcpdump] / tcpdump.c
index a4e8bf5a0e29a241372ab91c204bc6cab5600347..c0605fbb697a75dfa08ba3b76186f26b2850859b 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -1015,6 +1015,10 @@ main(int argc, char **argv)
                                packettype = PT_ZMTP1;
                        else if (strcasecmp(optarg, "vxlan") == 0)
                                packettype = PT_VXLAN;
+                       else if (strcasecmp(optarg, "pgm") == 0)
+                               packettype = PT_PGM;
+                       else if (strcasecmp(optarg, "pgm_zmtp1") == 0)
+                               packettype = PT_PGM_ZMTP1;
                        else
                                error("unknown packet type `%s'", optarg);
                        break;