csn1: fix csnStreamDecoder(): update bit_offset in CSN_EXIST{_LH}

Found while doing differential analysis (comparison against the
original implementation from Wireshark).

Change-Id: Ibd0b7400d78f7873c2a8d45267332f511b5c6fbb
This commit is contained in:
Vadim Yanitskiy 2020-02-17 18:16:20 +07:00
parent e87066d01e
commit d8e5e8bb3b
1 changed files with 1 additions and 0 deletions

View File

@ -950,6 +950,7 @@ csnStreamDecoder(csnStream_t* ar, const CSN_DESCR* pDescr, struct bitvec *vector
*pui8 = fExist;
LOGPC(DCSN1, LOGL_NOTICE, "%s = %u | ", pDescr->sz , (unsigned)*pui8);
pDescr++;
bit_offset++;
remaining_bits_len -= 1;
if (!fExist)