ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e83e70c: ssl: Remove SSL_VER_UNKNOWN from ssl_version

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Aug 2018 09:20:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e83e70c03814cb02c7fa5580e200d3f13f84ca99
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e83e70c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    ssl: Remove SSL_VER_UNKNOWN from ssl_version_short_names
    
    This will let val_to_str_const() choose the given 'unknown_str'
    instead of always showing 'SSL' when the version is unknown.
    
    This is relevant for DTLS when only having a 'Client Hello' packet.
    
    Change-Id: I3931460e70278241aee0b7782025bc7bfd9bf93d
    Reviewed-on: https://code.wireshark.org/review/29118
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  66310f6   ieee80211: add the start of the TWT parsing
     add  e83e70c   ssl: Remove SSL_VER_UNKNOWN from ssl_version_short_names


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 1 -
 1 file changed, 1 deletion(-)