From d57e945e5eb1a24ed43670f9cca6d51cf6d6fd99 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sat, 15 Mar 2014 23:25:06 +0400 Subject: NDOize EIGRP, ICMP, L2TP, STP and UDP decoders --- print-ipx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-ipx.c') diff --git a/print-ipx.c b/print-ipx.c index 7404dd79..da3fb51d 100644 --- a/print-ipx.c +++ b/print-ipx.c @@ -138,7 +138,7 @@ ipx_decode(netdissect_options *ndo, const struct ipxHdr *ipx, const u_char *data #endif break; case IPX_SKT_EIGRP: - eigrp_print(datap, length); + eigrp_print(ndo, datap, length); break; default: ND_PRINT((ndo, "ipx-#%x %d", dstSkt, length)); -- cgit v1.2.1