]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rt6.c
Fix warnings when building for 32-bit and defining _TIME_BITS=64
[tcpdump] / print-rt6.c
index 096a96286c95e0ce8a7275fd7589d6d2bccb17f2..e1b27268e6f4f555f0951d3797b0d72f5614f66c 100644 (file)
@@ -66,7 +66,7 @@ rt6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2 _U_)
                }
 
                if (len % 2 == 1) {
-                       ND_PRINT(" (invalid length %u)", len);
+                       ND_PRINT(" [length %u]", len);
                        goto invalid;
                }
                len >>= 1;