Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 5e635ad: ssl: determine DTLS by positively checking f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Sep 2015 14:57:11 +0000 (UTC)
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(-)