X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ceb4c7fc1e567783133d2f61b0fdcdc2e94d1f63..0f5b6fd3e9a5d6d269e9a01f8acbacbcaebf12d5:/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;