X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/113ed15b7ecae4a3523454344f9b3438ea97fdc7..d8078c7fcb4d8260ca2e9ebb78f43d71894be639:/print-nsh.c diff --git a/print-nsh.c b/print-nsh.c index db78dee6..bf86a8ba 100644 --- a/print-nsh.c +++ b/print-nsh.c @@ -25,9 +25,7 @@ /* specification: RFC 8300 */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -181,7 +179,7 @@ nsh_print(netdissect_options *ndo, const u_char *bp, u_int len) if (md_type == MD_TYPE1) { if (length != 6) { - ND_PRINT(" (invalid length for the MD type)"); + ND_PRINT(" (length for the MD type)"); goto invalid; } for (n = 0; n < length - 2; n++) {