From 762e7626680e4b4d9bc8ddce90f124ff631545b3 Mon Sep 17 00:00:00 2001 From: Marian Durkovic Date: Sat, 16 Aug 2014 13:42:17 +0200 Subject: 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 --- epan/dissectors/packet-isis-hello.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-isis-hello.c') 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 @@ -760,6 +760,12 @@ static const isis_clv_handle_t clv_l1_hello_opts[] = { &ett_isis_hello_clv_ip_authentication, 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", @@ -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 }, -- cgit v1.2.3