Wireshark-commits: [Wireshark-commits] master f7a59da: ssl: set protocol column to "TLS" when possi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Sep 2016 10:42:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7a59da905ab7f8fb6b744017cfbc1cbf9f36ba8
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f7a59da by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl: set protocol column to "TLS" when possible
    
    The protocol version from a SSL/TLS record contains the minimum
    supported SSL/TLS version and is the best guess for Client Hello
    handshake messages if no authorative version is available.
    
    By considering the version from the conversation for the initial
    col_set_str call, we can also remove some other calls down the road.
    
    Change-Id: I4be25f5c9057ffd0abcea7280d826867c135fed7
    Reviewed-on: https://code.wireshark.org/review/17490
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  faa04b1   ipfix: use ws_strtoi function.
    adds  f7a59da   ssl: set protocol column to "TLS" when possible


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    6 ++++-
 epan/dissectors/packet-ssl.c       |   49 ++++++++++++++++++------------------
 2 files changed, 29 insertions(+), 26 deletions(-)