]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ripng.c
NTP: Use tstr for truncation indicator.
[tcpdump] / print-ripng.c
index afe1c5e6dd2d5291a8fb10c39b82ded8108969da..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 <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.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 */