X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1103418a18d71c0fe448c0459a42ff1bc20bb0dc..b51a0dafc7861eb31d21524ec067d7c529a664b8:/print-ip-demux.c diff --git a/print-ip-demux.c b/print-ip-demux.c index 8b53187c..a0a6fbd1 100644 --- a/print-ip-demux.c +++ b/print-ip-demux.c @@ -27,8 +27,6 @@ #include "netdissect-stdinc.h" -#include - #include "netdissect.h" #include "addrtoname.h" #include "extract.h" @@ -200,7 +198,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;