X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/113ed15b7ecae4a3523454344f9b3438ea97fdc7..e0787e5d8ce80ea53f447057c466a65759c4d56c:/print-nsh.c diff --git a/print-nsh.c b/print-nsh.c index db78dee6..3ea90fe6 100644 --- a/print-nsh.c +++ b/print-nsh.c @@ -181,7 +181,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++) {