aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbipx.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-14 04:28:49 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-14 04:28:49 +0000
commit22e7aa3f509c6affb5665748a8949584f923dba7 (patch)
treeb1affdfb488805cdfdf34162191fb90bd012fe22 /packet-nbipx.c
parentb3b855c906c2d68ce51c97f3914589e381c730db (diff)
I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.c
call it under fewer circumstances. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-nbipx.c')
-rw-r--r--packet-nbipx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-nbipx.c b/packet-nbipx.c
index eda8927cfb..2f12c2ccdf 100644
--- a/packet-nbipx.c
+++ b/packet-nbipx.c
@@ -2,7 +2,7 @@
* Routines for NetBIOS over IPX packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-nbipx.c,v 1.1 1998/10/14 04:09:12 gram Exp $
+ * $Id: packet-nbipx.c,v 1.2 1998/10/14 04:28:49 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -61,7 +61,7 @@ struct nbipx_header {
void
-dissect_nbipx(const u_char *pd, int offset, frame_data *fd, GtkTree *tree)
+dissect_nbipx_ns(const u_char *pd, int offset, frame_data *fd, GtkTree *tree)
{
GtkWidget *nbipx_tree, *ti;
struct nbipx_header header;