X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..c6a5cc1bb49bcbc5f74c66bf780b8a1a05e8eb9d:/print-sflow.c diff --git a/print-sflow.c b/print-sflow.c index 1da0e97b..78aaafb6 100644 --- a/print-sflow.c +++ b/print-sflow.c @@ -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: - */