diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-15 23:25:06 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-15 23:25:06 +0400 |
commit | d57e945e5eb1a24ed43670f9cca6d51cf6d6fd99 (patch) | |
tree | cae804848dc56317eda19fe6d262bb71892e0d59 /print-ipx.c | |
parent | d1cffd99e6487cc1c2f2dbbc6ea4cc60c36226c7 (diff) | |
download | tcpdump-d57e945e5eb1a24ed43670f9cca6d51cf6d6fd99.tar.gz |
NDOize EIGRP, ICMP, L2TP, STP and UDP decoders
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 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)); |