summaryrefslogtreecommitdiff
path: root/print-symantec.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-symantec.c')
-rw-r--r--print-symantec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-symantec.c b/print-symantec.c
index 8d938b44..617cf447 100644
--- a/print-symantec.c
+++ b/print-symantec.c
@@ -79,7 +79,7 @@ symantec_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_
ndo->ndo_protocol = "symantec_if";
if (caplen < sizeof (struct symantec_header)) {
- ND_PRINT("[|symantec]");
+ nd_print_trunc(ndo);
return caplen;
}