]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip.c
Fix spaces
[tcpdump] / print-ip.c
index 8001f7746661e1630799b1503d9ea50d08984b81..9e26d842459c9ec5f7dc794e7ac68de751bf12f7 100644 (file)
@@ -490,7 +490,7 @@ ip_print(netdissect_options *ndo,
                                     GET_IPADDR_STRING(ip->ip_src),
                                     GET_IPADDR_STRING(ip->ip_dst));
                }
-               ip_print_demux(ndo, (const u_char *)ip + hlen, len, 4,
+               ip_demux_print(ndo, (const u_char *)ip + hlen, len, 4,
                    off & IP_MF, GET_U_1(ip->ip_ttl), nh, bp);
        } else {
                /*