X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1103418a18d71c0fe448c0459a42ff1bc20bb0dc..296d466cd6bbf2f7e75e15bb6a01268e88c76ed0:/print-ip-demux.c diff --git a/print-ip-demux.c b/print-ip-demux.c index 8b53187c..c347b8d2 100644 --- a/print-ip-demux.c +++ b/print-ip-demux.c @@ -21,14 +21,10 @@ /* \summary: IPv4/IPv6 payload printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" -#include - #include "netdissect.h" #include "addrtoname.h" #include "extract.h" @@ -200,7 +196,7 @@ again: if (ndo->ndo_packettype == PT_CARP) { carp_print(ndo, bp, length, ttl_hl); } else { - vrrp_print(ndo, bp, length, iph, ttl_hl); + vrrp_print(ndo, bp, length, iph, ttl_hl, ver); } break;