aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-13 06:07:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-13 06:07:53 +0000
commite7c5d04c07bc5f65552e3727dd17d6967c83ed1f (patch)
treef09510a491eb135b864938c47c37601dbd3a285a /packet-isis.h
parent6889d7d85da069472ab2fdcac35ab83df72e7bd9 (diff)
Get the NLPID value for ISIS from "nlpid.h", and report the NLPID value
in ISIS packets with "nlpid_vals". Report the NLPID value in CLNP packets with "nlpid_vals" as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1462 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis.h')
-rw-r--r--packet-isis.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/packet-isis.h b/packet-isis.h
index f40bf9e445..9ebc600a28 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.1 1999/12/15 04:34:19 guy Exp $
+ * $Id: packet-isis.h,v 1.2 2000/01/13 06:07:52 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -29,12 +29,6 @@
#ifndef _PACKET_ISIS_H
#define _PACKET_ISIS_H
-/*
- * the IntraDomain Routing Protocol Descriminator is an achitectueral constant
- * set to 0x83 for all packets.
- */
-#define ISIS_IRPD 0x83
-
/*
* The version we support is 1
*/