Digest details display issue in SPB Digest subtlv (ISIS hello pdu)

svn path=/trunk/; revision=42712
This commit is contained in:
pascal 2012-05-19 10:35:43 +00:00
parent aaa9b34c86
commit 20793cc947
1 changed files with 1 additions and 1 deletions

View File

@ -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",