aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-11-18 03:01:44 +0000
committerGerald Combs <gerald@wireshark.org>1998-11-18 03:01:44 +0000
commitb0fdc8edb26529620367db8a274f79a1247689b8 (patch)
tree7d628d251dfe416c90d5f57b4c91780328b7b7cd /packet.h
parentefb0462bb0a717d0d0bf8cf6463c62374f3feba6 (diff)
* Added patches from Laurent and Guy
svn path=/trunk/; revision=103
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 113611f4e4..d032635e89 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.24 1998/11/17 04:29:09 gerald Exp $
+ * $Id: packet.h,v 1.25 1998/11/18 03:01:40 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -432,6 +432,7 @@ enum {
ETT_NBNS_RR,
ETT_NBIPX,
ETT_AARP,
+ ETT_GIOP,
NUM_TREE_TYPES /* last item number plus one */
};
@@ -531,6 +532,7 @@ void dissect_igmp(const u_char *, int, frame_data *, GtkTree *);
void dissect_ip(const u_char *, int, frame_data *, GtkTree *);
void dissect_ipv6(const u_char *, int, frame_data *, GtkTree *);
void dissect_ipx(const u_char *, int, frame_data *, GtkTree *);
+void dissect_giop(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_ns(const u_char *, int, frame_data *, GtkTree *);