]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ripng.c
NTP: Use tstr for truncation indicator.
[tcpdump] / print-ripng.c
index a9edfb489a200af9d90d89da8fae5aa0d6055322..25e9bbca085d9b96afb62e98a6187d13836c8b9f 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: IPv6 Routing Information Protocol (RIPng) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#ifdef INET6
-
 #include <netdissect-stdinc.h>
 
 #include "netdissect.h"
@@ -172,4 +172,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 */