From 20793cc9477a5c1f623636638b6e149d89dbb95d Mon Sep 17 00:00:00 2001 From: pascal Date: Sat, 19 May 2012 10:35:43 +0000 Subject: From gyanesh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7262 : Digest details display issue in SPB Digest subtlv (ISIS hello pdu) svn path=/trunk/; revision=42712 --- epan/dissectors/packet-isis-hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-isis-hello.c b/epan/dissectors/packet-isis-hello.c index 76b4f3a2e2..446e3f0e3c 100644 --- a/epan/dissectors/packet-isis-hello.c +++ b/epan/dissectors/packet-isis-hello.c @@ -434,7 +434,7 @@ dissect_hello_mt_port_cap_spb_digest_clv(tvbuff_t *tvb, ++offset; /* Digest: */ - proto_tree_add_text( tree, tvb, offset, DIGEST_LEN, "Digest:"); + proto_tree_add_text( subtree, tvb, offset, DIGEST_LEN, "Digest:"); for (i = 0 ; i < DIGEST_LEN ; i+= 8, offset += 8) { proto_tree_add_text( subtree, tvb, offset, 8, " %02x %02x %02x %02x %02x %02x %02x %02x", -- cgit v1.2.3