From Lei Chen:

CSN_RECURSIVE_TARRAY should count the last '0' bit.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6166

svn path=/trunk/; revision=38205
This commit is contained in:
Anders Broman 2011-07-26 03:52:29 +00:00
parent 788cf96878
commit c7c53a5b11
1 changed files with 3 additions and 0 deletions

View File

@ -1331,6 +1331,9 @@ csnStreamDissector(proto_tree *tree, csnStream_t* ar, const CSN_DESCR* pDescr, t
}
}
/* existNextElement() returned FALSE, 1 bit consumed */
bit_offset++;
/* Store the counted number of elements of the array */
*pui8DATA(data, (gint16)(gint32)pDescr->i) = ElementCount;