diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-13 06:07:53 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-13 06:07:53 +0000 |
commit | b558dc21ec489263992a3a2037d40d01de4bf389 (patch) | |
tree | f09510a491eb135b864938c47c37601dbd3a285a /packet-isis.h | |
parent | 7368e42aacab18993f51759d2179c44f90b57f98 (diff) | |
download | wireshark-b558dc21ec489263992a3a2037d40d01de4bf389.tar.gz wireshark-b558dc21ec489263992a3a2037d40d01de4bf389.tar.bz2 wireshark-b558dc21ec489263992a3a2037d40d01de4bf389.zip |
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.
svn path=/trunk/; revision=1462
Diffstat (limited to 'packet-isis.h')
-rw-r--r-- | packet-isis.h | 8 |
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 */ |