aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-09 09:59:28 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-09 09:59:28 +0000
commit0998433430070846a7b7f16975bae136dc7cb489 (patch)
treeb4f19995d9968d6add3313338ba37fb7eb8b7b1e /packet-ipx.h
parent0ae122c3a9da2ffb83cfb5d0744cd4e48f1c451c (diff)
Register the IPX dissector, make it static, and call it through a
handle. Call the IP dissector through a handle in the Frame Relay dissector. svn path=/trunk/; revision=2851
Diffstat (limited to 'packet-ipx.h')
-rw-r--r--packet-ipx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ipx.h b/packet-ipx.h
index ae7a0f312b..94ec947297 100644
--- a/packet-ipx.h
+++ b/packet-ipx.h
@@ -2,7 +2,7 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-ipx.h,v 1.10 2000/08/11 13:34:11 deniel Exp $
+ * $Id: packet-ipx.h,v 1.11 2001/01/09 09:59:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -145,6 +145,5 @@ gchar* ipxnet_to_string(const guint8 *ad);
gchar* ipxnet_to_str_punct(const guint32 ad, char punct);
void capture_ipx(const u_char *, int, packet_counts *);
-void dissect_ipx(tvbuff_t *, packet_info *, proto_tree *);
#endif