X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/113ed15b7ecae4a3523454344f9b3438ea97fdc7..2fd7b16acb63b86d7291abb4c68c27e24bc50a85:/print-nsh.c?ds=inline 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++) {