]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sflow.c
Fixed some warnings, added print-zep.c to CMakeLists
[tcpdump] / print-sflow.c
index 5bef503213803c7a492113c7cef3bfbb93448151..78aaafb6138770d07f700a7759201afd1d7e5e57 100644 (file)
@@ -971,5 +971,5 @@ sflow_print(netdissect_options *ndo,
     return;
 
  trunc:
-    ND_PRINT("[|SFLOW]");
+    nd_print_trunc(ndo);
 }