URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=79c8b446b67d71c6e61a2de934769228c5ace0db
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
79c8b44 by Edwin Groothuis (wireshark@xxxxxxxxxxx):
TLS: fix heuristics to match a TCP segment with just a TLS record header
The TLS stream of IBM WebSphere doesn't get detected since the TLS
record is sent in two packets: First the five bytes of the TLS record
header, then the TLS record data.
Bug: 16085
Change-Id: Ide8758dc7f6a14e4a5aeb01abc7fcaa42374f675
Reviewed-on: https://code.wireshark.org/review/34634
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from b5d6c99 sharkd_shell.py: add interactive debug shell for sharkd
add 79c8b44 TLS: fix heuristics to match a TCP segment with just a TLS record header
Summary of changes:
epan/dissectors/packet-tls.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)