X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0c0fca776b174b66460c3f8430b56e663abc4221..296d466cd6bbf2f7e75e15bb6a01268e88c76ed0:/print-rt6.c diff --git a/print-rt6.c b/print-rt6.c index 096a9628..6019cd79 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -21,9 +21,7 @@ /* \summary: IPv6 routing header printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -66,7 +64,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;