]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-arcnet.c
NDOize OpenFlow, IEEE slow and telnet decoders
[tcpdump] / print-arcnet.c
index 4f32dce465ba546dbbd465a245707e0ac11e2ede..08921bdb1ea81b4c5f74b6091249115c0d761d2d 100644 (file)
@@ -21,6 +21,7 @@
  * From: NetBSD: print-arcnet.c,v 1.2 2000/04/24 13:02:28 itojun Exp
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -344,7 +345,7 @@ arcnet_encap_print(netdissect_options *ndo, u_char arctype, const u_char *p,
                return (1);
 
        case ARCTYPE_IPX:
-               ipx_print(p, length);
+               ipx_print(ndo, p, length);
                return (1);
 
        default: