]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-nsh.c
gre: add support for MikroTik Ethernet-over-IP hack.
[tcpdump] / print-nsh.c
index db78dee62b5c3950ea3715d71ed3c4f39c258112..3ea90fe677b91a526dd76d2f30b22aab0c7b70f2 100644 (file)
@@ -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++) {