aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-hello.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-16 10:04:33 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-16 10:04:33 +0000
commit77789be82e07e04c592b3d92bf057b1858e99f6c (patch)
treebb3bfeb289d92e59456cbdce615a387fd01f1f61 /packet-isis-hello.c
parent846213236a59fc082c038e9d5e13efb4bfd81c36 (diff)
Assorted ISIS enhancements from Hannes Gredler.
When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. svn path=/trunk/; revision=3308
Diffstat (limited to 'packet-isis-hello.c')
-rw-r--r--packet-isis-hello.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-isis-hello.c b/packet-isis-hello.c
index d5f664f134..bad5793564 100644
--- a/packet-isis-hello.c
+++ b/packet-isis-hello.c
@@ -1,7 +1,7 @@
/* packet-isis-hello.c
* Routines for decoding isis hello packets and their CLVs
*
- * $Id: packet-isis-hello.c,v 1.12 2001/04/08 19:32:03 guy Exp $
+ * $Id: packet-isis-hello.c,v 1.13 2001/04/16 10:04:30 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -107,7 +107,7 @@ static const isis_clv_handle_t clv_l1_hello_opts[] = {
},
{
ISIS_CLV_L1H_NLPID,
- "NLPID",
+ "Protocols Supported",
&ett_isis_hello_clv_nlpid,
dissect_hello_nlpid_clv
},
@@ -158,7 +158,7 @@ static const isis_clv_handle_t clv_l2_hello_opts[] = {
},
{
ISIS_CLV_L2H_NLPID,
- "NLPID",
+ "Protocols Supported",
&ett_isis_hello_clv_nlpid,
dissect_hello_nlpid_clv
},
@@ -203,7 +203,7 @@ static const isis_clv_handle_t clv_ptp_hello_opts[] = {
},
{
ISIS_CLV_PTP_NLPID,
- "NLPID",
+ "Protocols Supported",
&ett_isis_hello_clv_nlpid,
dissect_hello_nlpid_clv
},