X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/48644533f2fba9a9b4d6e72d3f21f3b5cbcfe438..37800b45d586bcf7bb0a1e00ac46a69240614f0b:/print-ip-demux.c?ds=sidebyside diff --git a/print-ip-demux.c b/print-ip-demux.c index 2dae30d2..f18055d6 100644 --- a/print-ip-demux.c +++ b/print-ip-demux.c @@ -39,8 +39,8 @@ void ip_print_demux(netdissect_options *ndo, const u_char *bp, - u_int length, u_int ver, int fragmented, u_int ttl_hl, u_int nh, - const u_char *iph) + u_int length, u_int ver, int fragmented, u_int ttl_hl, + uint8_t nh, const u_char *iph) { int advance; const char *p_name; @@ -155,8 +155,6 @@ again: case IPPROTO_IPV4: /* ipv4-in-ip encapsulation */ ip_print(ndo, bp, length); - if (! ndo->ndo_vflag) - ND_PRINT(" (ipip-proto-4)"); break; case IPPROTO_IPV6: