X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9169e4e1949c3fa879f0a2f98cfbd8c444743c27..b51a0dafc7861eb31d21524ec067d7c529a664b8:/print-ip-demux.c diff --git a/print-ip-demux.c b/print-ip-demux.c index b111c6de..a0a6fbd1 100644 --- a/print-ip-demux.c +++ b/print-ip-demux.c @@ -198,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;