summaryrefslogtreecommitdiff
path: root/print-zephyr.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-11 10:40:40 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-17 12:51:47 +0200
commitd07444a5f284ac724cdc7a120831f1585e7185b9 (patch)
tree0951a386ea3c42ef4f06e4620a76f18b30371c5a /print-zephyr.c
parentdb3f9f277f4283318a760791dac2bed9507b4793 (diff)
downloadtcpdump-d07444a5f284ac724cdc7a120831f1585e7185b9.tar.gz
Add more nd_print_trunc() calls
Update the output of some tests accordingly.
Diffstat (limited to 'print-zephyr.c')
-rw-r--r--print-zephyr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-zephyr.c b/print-zephyr.c
index 3edbeea4..bce7394b 100644
--- a/print-zephyr.c
+++ b/print-zephyr.c
@@ -343,6 +343,6 @@ zephyr_print(netdissect_options *ndo, const u_char *cp, int length)
return;
trunc:
- ND_PRINT(" [|zephyr] (%d)", length);
+ nd_print_trunc(ndo);
return;
}