]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sflow.c
SLL: Remove two useless tests
[tcpdump] / print-sflow.c
index 1da0e97b191b9c65410370fbf7cfec0bd56c62b3..78aaafb6138770d07f700a7759201afd1d7e5e57 100644 (file)
@@ -971,12 +971,5 @@ sflow_print(netdissect_options *ndo,
     return;
 
  trunc:
-    ND_PRINT("[|SFLOW]");
+    nd_print_trunc(ndo);
 }
-
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 4
- * End:
- */