aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
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.h
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.h')
-rw-r--r--packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index 50a54b5289..d837e791dc 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.14 1998/10/14 04:09:14 gram Exp $
+ * $Id: packet.h,v 1.15 1998/10/14 04:28:47 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -518,7 +518,7 @@ void dissect_ipv6(const u_char *, int, frame_data *, GtkTree *);
void dissect_ipx(const u_char *, int, frame_data *, GtkTree *);
void dissect_llc(const u_char *, int, frame_data *, GtkTree *);
void dissect_lpd(const u_char *, int, frame_data *, GtkTree *);
-void dissect_nbipx(const u_char *, int, frame_data *, GtkTree *);
+void dissect_nbipx_ns(const u_char *, int, frame_data *, GtkTree *);
void dissect_nbns(const u_char *, int, frame_data *, GtkTree *);
void dissect_ncp(const u_char *, int, frame_data *, GtkTree *);
void dissect_osi(const u_char *, int, frame_data *, GtkTree *);