From Sylvain Munaut via bug 6328:

Fix bug in CSN_CHOICE implentation preventing subtree processing

svn path=/trunk/; revision=38951
This commit is contained in:
Stig Bjørlykke 2011-09-09 17:29:20 +00:00
parent a3a899de80
commit 2e49699bb6
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ csnStreamDissector(proto_tree *tree, csnStream_t* ar, const CSN_DESCR* pDescr, t
proto_tree *test_tree;
descr[0] = pChoice->descr;
descr[0].type = CSN_END;
descr[1].type = CSN_END;
pui8 = pui8DATA(data, pDescr->offset);
*pui8 = i;
proto_tree_add_text(tree, tvb, bit_offset>>3, (no_of_bits>>3)+1, "%s Choice: %s",