URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ad428dddf2b1a7c5b2680d3372b05dfe9395b5e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4ad428d by Kenny Root (kenny@xxxxxxxxx):
ssh: set packet lengths correctly
Each SSH packet was being set to be the remaining length of the frame.
This change sets the packet lengths correctly for each SSH packet.
Change-Id: Id9c2331d875465cd5e6bb788d420e0025f5d496e
Reviewed-on: https://code.wireshark.org/review/15966
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from b22e1ae ssh: packets after SSH_MSG_NEWKEYS are encrypted
adds 4ad428d ssh: set packet lengths correctly
Summary of changes:
epan/dissectors/packet-ssh.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)