diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-05-11 10:40:40 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-05-17 12:51:47 +0200 |
commit | d07444a5f284ac724cdc7a120831f1585e7185b9 (patch) | |
tree | 0951a386ea3c42ef4f06e4620a76f18b30371c5a /print-ipx.c | |
parent | db3f9f277f4283318a760791dac2bed9507b4793 (diff) | |
download | tcpdump-d07444a5f284ac724cdc7a120831f1585e7185b9.tar.gz |
Add more nd_print_trunc() calls
Update the output of some tests accordingly.
Diffstat (limited to 'print-ipx.c')
-rw-r--r-- | print-ipx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ipx.c b/print-ipx.c index c2c32740..674dd457 100644 --- a/print-ipx.c +++ b/print-ipx.c @@ -93,7 +93,7 @@ ipx_print(netdissect_options *ndo, const u_char *p, u_int length) ipx_decode(ndo, ipx, p + ipxSize, length - ipxSize); return; trunc: - ND_PRINT("[|ipx %u]", length); + nd_print_trunc(ndo); } static const char * |