]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-decnet.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-decnet.c
index 253d133d9cd076ace4e071ccf74858c96ee05f67..6f68feb8ad6e2c82b5f7e4d6731cbd2070656204 100644 (file)
@@ -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;