]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ripng.c
Don't require IPv6 library support in order to support IPv6 addresses.
[tcpdump] / print-ripng.c
index a9edfb489a200af9d90d89da8fae5aa0d6055322..9bda0fd38e283f2ae948b0ad0d337107b76bf2ec 100644 (file)
@@ -23,8 +23,6 @@
 #include "config.h"
 #endif
 
-#ifdef INET6
-
 #include <netdissect-stdinc.h>
 
 #include "netdissect.h"
@@ -172,4 +170,3 @@ ripng_print(netdissect_options *ndo, const u_char *dat, unsigned int length)
        if (rp->rip6_vers != RIP6_VERSION)
                ND_PRINT((ndo, " [vers %d]", rp->rip6_vers));
 }
-#endif /* INET6 */