]> 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 a32701cf459d46cf9afa7392d815c6c1f7211dc2..c0605fbb697a75dfa08ba3b76186f26b2850859b 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -1017,6 +1017,8 @@ main(int argc, char **argv)
                                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;