aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-hello.c
diff options
context:
space:
mode:
authorMarian Durkovic <md@bts.sk>2014-08-16 13:42:17 +0200
committerEvan Huus <eapache@gmail.com>2014-08-16 22:02:19 +0000
commit762e7626680e4b4d9bc8ddce90f124ff631545b3 (patch)
treec491b17cacad5fd5586788edd3ca5699c0d85f36 /epan/dissectors/packet-isis-hello.c
parente9135cebbb3c5053ed3afbb11e8f9d8f776ae5a2 (diff)
Fix TRILL ISIS Hellos:
- MT Port Capability TLVs are present in L1 Hellos - unify texts Change-Id: I3dade81ad4487620a8e46e0b242bbbffbb6c2d49 Reviewed-on: https://code.wireshark.org/review/3659 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-isis-hello.c')
-rw-r--r--epan/dissectors/packet-isis-hello.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isis-hello.c b/epan/dissectors/packet-isis-hello.c
index e5d0c55c41..15aa5e3ed6 100644
--- a/epan/dissectors/packet-isis-hello.c
+++ b/epan/dissectors/packet-isis-hello.c
@@ -761,6 +761,12 @@ static const isis_clv_handle_t clv_l1_hello_opts[] = {
dissect_hello_ip_authentication_clv
},
{
+ ISIS_CLV_MT_PORT_CAP,
+ "MT Port Capability",
+ &ett_isis_hello_clv_mt_port_cap,
+ dissect_hello_mt_port_cap_clv
+ },
+ {
ISIS_CLV_MT_SUPPORTED,
"Multi Topology",
&ett_isis_hello_clv_mt,
@@ -906,7 +912,7 @@ static const isis_clv_handle_t clv_ptp_hello_opts[] = {
},
{
ISIS_CLV_RESTART,
- "Restart Option",
+ "Restart Signaling",
&ett_isis_hello_clv_restart,
dissect_hello_restart_clv
},