aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 02:09:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 02:09:26 +0000
commitbb9afe03d7bf216ca7fec82a1e92c43bc86b516b (patch)
tree215aeee161fa1a11bf1b03803e1b0bb254876e6e /packet-isis.h
parent41451ae97cbf1a16983ea9330a5f9b2de68d34bd (diff)
Get rid of a now-unused variable; it's the only variable of type
"isis_hdr_t", so we can get rid of the definition of that as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3630 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis.h')
-rw-r--r--packet-isis.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/packet-isis.h b/packet-isis.h
index 3d183d43a9..4f1e7067f8 100644
--- a/packet-isis.h
+++ b/packet-isis.h
@@ -1,13 +1,12 @@
/* packet-isis.h
* Defines and such for core isis protcol decode.
*
- * $Id: packet-isis.h,v 1.6 2001/07/02 01:46:22 guy Exp $
+ * $Id: packet-isis.h,v 1.7 2001/07/02 02:09:26 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -53,21 +52,6 @@
#define ISIS_R6_MASK 0x20
/*
- * The common first 8 octets of the ISIS protocol header.
- */
-typedef struct {
- guint8 isis_irpd; /* Intradomain Routing Protocol Descriminator: 0x83 */
- guint8 isis_header_length; /* header length in octets */
- guint8 isis_version; /* isis version, must be 0x01 */
- guint8 isis_system_id_len; /* length of the system ID fields */
- guint8 isis_type_reserved; /* packet type & reserved */
- guint8 isis_version2; /* another version(?!), must be 0x01 */
- guint8 isis_reserved; /* reserved, must be 0 */
- guint8 isis_max_area_adr; /* Maximum Number of AREA Addresses permitted */
-} isis_hdr_t; /* for this AREA. Value of 0 allows 3 Addresses */
-
-
-/*
* published API functions
*/