summaryrefslogtreecommitdiff
path: root/print-ipx.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-12-10 20:40:15 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-12-10 20:40:15 +0100
commit763853d9730227503add33b21d26c7db2b5de3b7 (patch)
treeb1207f3eb3fe2d60e2b91d782b84237d298e48fb /print-ipx.c
parent1b69d2a8a141e97ce2d081fa92941b0cbb26c116 (diff)
downloadtcpdump-763853d9730227503add33b21d26c7db2b5de3b7.tar.gz
Replace the nd_printzp(..., NULL) calls by nd_printjnp() calls
Diffstat (limited to 'print-ipx.c')
-rw-r--r--print-ipx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ipx.c b/print-ipx.c
index 0e12c252..c16a8673 100644
--- a/print-ipx.c
+++ b/print-ipx.c
@@ -188,7 +188,7 @@ ipx_sap_print(netdissect_options *ndo, const u_char *ipx, u_int length)
ND_PRINT("'");
goto invalid;
}
- nd_printzp(ndo, ipx, 48, NULL);
+ nd_printjnp(ndo, ipx, 48);
ND_PRINT("'");
ipx += 48;
length -= 48;