X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9169e4e1949c3fa879f0a2f98cfbd8c444743c27..282508f16b8fde1bb95fabef1afb2d77c24a306b:/print-ip-demux.c?ds=inline diff --git a/print-ip-demux.c b/print-ip-demux.c index b111c6de..c347b8d2 100644 --- a/print-ip-demux.c +++ b/print-ip-demux.c @@ -21,9 +21,7 @@ /* \summary: IPv4/IPv6 payload printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -198,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;