URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e635ad7149be25c6934718f5bedc11ce1b769e4
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5e635ad by Alex Badea (abadea@xxxxxxxxxxx):
ssl: determine DTLS by positively checking for UDP
TLS can be tunnelled over other protocols (e.g. TLS over EAP
over 802.1x), which are neither TCP nor UDP. In this case,
we would assume DTLS, which is typically wrong. Assume TLS
instead.
Change-Id: I45d70789f7fa793861297fc2e7a5f2be311bbbb1
Reviewed-on: https://code.wireshark.org/review/10416
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from e2735ec Remove proto_tree_add_text API.
adds 5e635ad ssl: determine DTLS by positively checking for UDP
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 2 +-
epan/dissectors/packet-ssl.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)