X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/61f71d2046ced967e1bd998d41c68faf512f75ab..546558eabd81cfc36a81a4df728fdfea0d83b41a:/print-enc.c diff --git a/print-enc.c b/print-enc.c index 94f4b095..fb9b7087 100644 --- a/print-enc.c +++ b/print-enc.c @@ -103,6 +103,7 @@ enc_if_print(netdissect_options *ndo, u_int af, flags; const struct enchdr *hdr; + ndo->ndo_protocol = "enc_if"; if (caplen < ENC_HDRLEN) { ND_PRINT("[|enc]"); goto out;