URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f171ee584719bf7e5bfb8a580ef9941a9012357
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9f171ee by Michal Pazdera (michal.pazdera@xxxxxxxxx):
Multiple SSL content in one packet fix
When SSL packet contains multiple encrypted contents the WS shows only the
last record due the wrong indexing of the structure where the decrypted
contents are stored. Should use tvb_raw_offset(tvb)+offset instead of
offset as I think was intended.
Added the same fix for DTLS.
Bug: 11523
Change-Id: I0a977a0e6ebe7c45e526fa5152b8614463abd4fa
Reviewed-on: https://code.wireshark.org/review/10528
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 3fb1d68 cmake: Enable PIE when it is available by default
adds 9f171ee Multiple SSL content in one packet fix
Summary of changes:
epan/dissectors/packet-dtls.c | 12 ++++++------
epan/dissectors/packet-ssl.c | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)