]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-msdp.c
Fix spaces
[tcpdump] / print-msdp.c
index ea476cb58b7aab8a9b1caea3095e7fd0d0c4c7f7..004818362968745f10a9413967bf6a30268de461 100644 (file)
@@ -96,5 +96,5 @@ msdp_print(netdissect_options *ndo, const u_char *sp, u_int length)
        }
        return;
 trunc:
-       ND_PRINT(" [|msdp]");
+       nd_print_trunc(ndo);
 }