aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-hello.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-14 18:40:17 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-14 18:40:17 +0000
commitdc710bd3df58af8594d38a26ee12386b96cba52e (patch)
tree533a825b7fdfc509ef398f186f84adb049b9717d /packet-isis-hello.h
parent6aff75aabc81ae6f672d39e95a2f6db311f7d539 (diff)
Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISIS
traffic engineering TLV dissection, IS neighbor and IP reachability TLVs given their own subtree types), from Jean-Christian Pennetier. svn path=/trunk/; revision=3413
Diffstat (limited to 'packet-isis-hello.h')
-rw-r--r--packet-isis-hello.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-isis-hello.h b/packet-isis-hello.h
index d1cfd2999b..4e9c67054a 100644
--- a/packet-isis-hello.h
+++ b/packet-isis-hello.h
@@ -1,7 +1,7 @@
/* packet-isis-hello.h
* Declares for hello handling inside isis.
*
- * $Id: packet-isis-hello.h,v 1.2 2000/06/19 08:33:48 guy Exp $
+ * $Id: packet-isis-hello.h,v 1.3 2001/05/14 18:40:15 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -50,6 +50,7 @@
#define ISIS_CLV_L1H_PADDING 8
#define ISIS_CLV_L1H_NLPID 129
#define ISIS_CLV_L1H_IP_INTERFACE_ADDR 132
+#define ISIS_CLV_L1H_IPv6_INTERFACE_ADDR 232
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
* this is would be appreciated!
@@ -65,6 +66,7 @@
#define ISIS_CLV_L2H_PADDING 8
#define ISIS_CLV_L2H_NLPID 129
#define ISIS_CLV_L2H_IP_INTERFACE_ADDR 132
+#define ISIS_CLV_L2H_IPv6_INTERFACE_ADDR 232
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
* this is would be appreciated!
@@ -79,6 +81,7 @@
#define ISIS_CLV_PTP_PADDING 8
#define ISIS_CLV_PTP_NLPID 129
#define ISIS_CLV_PTP_IP_INTERFACE_ADDR 132
+#define ISIS_CLV_PTP_IPv6_INTERFACE_ADDR 232
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
* this is would be appreciated!