diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1998-09-24 04:22:08 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1998-09-24 04:22:08 +0000 |
commit | eac9fd94be4f7ff65e0537762b04619a3494b102 (patch) | |
tree | c473f688a284ab2d8b91ed323f35f498273b1ac5 /packet.h | |
parent | d7ad23fa9bab6c75f22b3ee80359c67e8fea5d7b (diff) | |
download | wireshark-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.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |