]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
ARCNET: Update the link-layer dissectors to void functions
[tcpdump] / tcpdump.c
index 30671841ffe138533669cc36a32576b27eb07f94..a5148c74be442dc99a3e3380499ebeb3ce631104 100644 (file)
--- 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;