X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1922524577d3fb8d63d5f5aede6fc913209ab552..ddefbd82c9b42b1feb26144d3228acef45abce9e:/tcpdump.c diff --git a/tcpdump.c b/tcpdump.c index 30671841..a5148c74 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -1796,6 +1796,8 @@ main(int argc, char **argv) ndo->ndo_packettype = PT_PTP; else if (ascii_strcasecmp(optarg, "someip") == 0) ndo->ndo_packettype = PT_SOMEIP; + else if (ascii_strcasecmp(optarg, "domain") == 0) + ndo->ndo_packettype = PT_DOMAIN; else error("unknown packet type `%s'", optarg); break;