aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 01:46:22 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 01:46:22 +0000
commit41451ae97cbf1a16983ea9330a5f9b2de68d34bd (patch)
tree6994f296159a0ca20e001a5e451736f5ea4ddfae /packet-isis.h
parent011120a01c27d620fe88e90215465b1f6e6e1600 (diff)
Fetch fields from the ISIS header one at a time, rather than snarfing
the entire ISIS header into a structure - that way, if we run out of packet data in the middle of the header, we at least dissect the stuff for which we have packet data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3629 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis.h')
-rw-r--r--packet-isis.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet-isis.h b/packet-isis.h
index 498c8beaaf..3d183d43a9 100644
--- a/packet-isis.h
+++ b/packet-isis.h
@@ -1,7 +1,7 @@
/* packet-isis.h
* Defines and such for core isis protcol decode.
*
- * $Id: packet-isis.h,v 1.5 2001/07/02 00:19:34 guy Exp $
+ * $Id: packet-isis.h,v 1.6 2001/07/02 01:46:22 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -66,11 +66,6 @@ typedef struct {
guint8 isis_max_area_adr; /* Maximum Number of AREA Addresses permitted */
} isis_hdr_t; /* for this AREA. Value of 0 allows 3 Addresses */
-#define isis_type isis_type_reserved&ISIS_TYPE_MASK
-#define isis_r8 isis_type_reserved&ISIS_R8_MASK
-#define isis_r7 isis_type_reserved&ISIS_R7_MASK
-#define isis_r6 isis_type_reserved&ISIS_R6_MASK
-
/*
* published API functions