X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/61f71d2046ced967e1bd998d41c68faf512f75ab..546558eabd81cfc36a81a4df728fdfea0d83b41a:/print-decnet.c diff --git a/print-decnet.c b/print-decnet.c index 253d133d..6f68feb8 100644 --- a/print-decnet.c +++ b/print-decnet.c @@ -507,6 +507,7 @@ decnet_print(netdissect_options *ndo, u_int nsplen, pktlen; const u_char *nspp; + ndo->ndo_protocol = "decnet"; if (length < sizeof(struct shorthdr)) { ND_PRINT("%s", tstr); return;