aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-hello.c
diff options
context:
space:
mode:
authorpascal <pascal@localhost>2012-05-19 10:35:43 +0000
committerpascal <pascal@localhost>2012-05-19 10:35:43 +0000
commit20793cc9477a5c1f623636638b6e149d89dbb95d (patch)
tree19165b21a78f19e1078d1f9be8be2f5776b31894 /epan/dissectors/packet-isis-hello.c
parentaaa9b34c864df6ab747c03ad69d8bf306daf8ddf (diff)
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
Diffstat (limited to 'epan/dissectors/packet-isis-hello.c')
-rw-r--r--epan/dissectors/packet-isis-hello.c2
1 files changed, 1 insertions, 1 deletions
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",