Wireshark-commits: [Wireshark-commits] master-2.4 29d920b: SIGCOMP: use correct message length
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29d920b8309905dda11ad397596fe8aafc9b4bf7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
29d920b 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>
(cherry picked from commit 32ab83436d29754479e584c9a2c6a322cce794cd)
Reviewed-on: https://code.wireshark.org/review/25739
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 52089d5 [Automatic update for 2018-02-11]
adds 29d920b SIGCOMP: use correct message length
Summary of changes:
epan/dissectors/packet-sigcomp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)