]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip-demux.c
ICMPv6: Delete some remains from drafts for Node Information Queries
[tcpdump] / print-ip-demux.c
index b111c6deb7e894a9f5b1ce729955521ae72b8709..c347b8d230da5238bd2050630413195226705904 100644 (file)
@@ -21,9 +21,7 @@
 
 /* \summary: IPv4/IPv6 payload printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#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;