Wireshark-commits: [Wireshark-commits] master 32ab834: SIGCOMP: use correct message length
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=32ab83436d29754479e584c9a2c6a322cce794cd
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
32ab834 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
SIGCOMP: use correct message length
Since g2a80fe283c (2005-10-06!) length initialization was moved, and
the message length is no more correct (previously tvb_length_remaining()
was called with offset equal to 0, which is no more the case after the
change).
Bug: 14410
Change-Id: I2f00be83fa17ad7344d0d75f4a899f169d7a622b
Reviewed-on: https://code.wireshark.org/review/25735
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4439219 Fix dist.
adds 32ab834 SIGCOMP: use correct message length
Summary of changes:
epan/dissectors/packet-sigcomp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)