X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9169e4e1949c3fa879f0a2f98cfbd8c444743c27..a10ab62bf4f611c63b479df48ab8c9192fa0b281:/print-ip-demux.c?ds=sidebyside 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;