aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbipx.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-10-14 04:28:49 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-10-14 04:28:49 +0000
commit4dbba72d177fc02a6fa06b01b6078748a9aee903 (patch)
treeb1affdfb488805cdfdf34162191fb90bd012fe22 /packet-nbipx.c
parentf7d830215e59ce458fab9167580939778b9ece09 (diff)
I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.c
call it under fewer circumstances. svn path=/trunk/; revision=52
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;