X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b10f46c2d6e3755598340ba77895e6631953ccc0..cac189b9e31afe141f8c60c70bc90ce8f595f63d:/tcpdump.c diff --git a/tcpdump.c b/tcpdump.c index a32701cf..c0605fbb 100644 --- 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;