X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7755951df76e2d6183005414f6908e5eb5eee335..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/print-rt6.c?ds=sidebyside diff --git a/print-rt6.c b/print-rt6.c index 2c67c11d..ab279876 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -44,6 +44,7 @@ rt6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2 _U_) u_int i, len, type; const u_char *p; + ndo->ndo_protocol = "rt6"; dp = (const struct ip6_rthdr *)bp; ND_TCHECK_1(dp->ip6r_segleft);