X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fc70538950bc46858ff214d8839fbb9da0bf26ae..a890c4489fa1bcee9f455ee28d772bb1ccf590bf:/print-ip.c diff --git a/print-ip.c b/print-ip.c index ceea5363..5d17b391 100644 --- a/print-ip.c +++ b/print-ip.c @@ -324,7 +324,6 @@ ip_print_demux(netdissect_options *ndo, struct ip_print_demux_state *ipds) { struct protoent *proto; - struct cksum_vec vec[1]; again: switch (ipds->nh) { @@ -455,9 +454,7 @@ again: break; case IPPROTO_PIM: - vec[0].ptr = ipds->cp; - vec[0].len = ipds->len; - pim_print(ndo, ipds->cp, ipds->len, in_cksum(vec, 1)); + pim_print(ndo, ipds->cp, ipds->len, (const u_char *)ipds->ip); break; case IPPROTO_VRRP: