]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpcp.c
Handle rpcaps:// URLs as well, for rpcap-over-TLS.
[tcpdump] / print-mpcp.c
index 6535ad290cdf1621d7e0c118ca281cee23304f73..ebfe74a6ccdaa34a8534cf36e48a3e2d213b2f79 100644 (file)
@@ -247,11 +247,5 @@ mpcp_print(netdissect_options *ndo, const u_char *pptr, u_int length)
     return;
 
 trunc:
-    ND_PRINT("\n\t[|MPCP]");
+    nd_print_trunc(ndo);
 }
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */