]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-esp.c
IPv4/IPv6 demux: Rename a printer
[tcpdump] / print-esp.c
index 0b3ecc910c3d0ced00fbc0d898f1cada09f2969b..0717c5cb4ccd990c0403b78ed1f505851dd08f43 100644 (file)
@@ -902,7 +902,7 @@ esp_print(netdissect_options *ndo,
        ND_PRINT(": ");
 
        /* Now dissect the plaintext. */
-       ip_print_demux(ndo, pt, payloadlen - (padlen + 2), ver, fragmented,
+       ip_demux_print(ndo, pt, payloadlen - (padlen + 2), ver, fragmented,
            ttl_hl, nh, bp2);
 
        /* Pop the buffer, freeing it. */