]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ripng.c
Translate UDP/1700 as RADIUS
[tcpdump] / print-ripng.c
index 764680770b30cfeaeba5688c626140de1b7c5fda..9bda0fd38e283f2ae948b0ad0d337107b76bf2ec 100644 (file)
@@ -23,9 +23,7 @@
 #include "config.h"
 #endif
 
-#ifdef INET6
-
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.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 */