aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-09-24 04:22:08 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-09-24 04:22:08 +0000
commiteac9fd94be4f7ff65e0537762b04619a3494b102 (patch)
treec473f688a284ab2d8b91ed323f35f498273b1ac5 /packet.h
parentd7ad23fa9bab6c75f22b3ee80359c67e8fea5d7b (diff)
downloadwireshark-eac9fd94be4f7ff65e0537762b04619a3494b102.tar.gz
wireshark-eac9fd94be4f7ff65e0537762b04619a3494b102.tar.bz2
wireshark-eac9fd94be4f7ff65e0537762b04619a3494b102.zip
NetWare SAP added.
svn path=/trunk/; revision=24
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index cd46a8c08d..3a9b5d7355 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.7 1998/09/23 05:25:12 gram Exp $
+ * $Id: packet.h,v 1.8 1998/09/24 04:22:08 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -305,9 +305,11 @@ typedef struct _e_udphdr {
#define ETT_VINES 36
#define ETT_VSPP 37
#define ETT_IPXRIP 38
+#define ETT_IPXSAP 39
+#define ETT_IPXSAP_SERVER 40
/* Should be the last item number plus one */
-#define NUM_TREE_TYPES 39
+#define NUM_TREE_TYPES 41
/* The version of pcap.h that comes with some systems is missing these
* #defines.