]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip-demux.c
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / print-ip-demux.c
index 8b53187cc29172e65daec8b91d00742e5e20d54d..a0a6fbd11f3ab7ee5856a29c2228c6e1cd69722a 100644 (file)
@@ -27,8 +27,6 @@
 
 #include "netdissect-stdinc.h"
 
-#include <string.h>
-
 #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;