Wireshark-commits: [Wireshark-commits] master b46fe7e: ssl: add more TLS extensions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Mar 2016 22:48:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b46fe7e95ae09c062ec066838f05b2c42a3b2726
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b46fe7e by Hauke Mehrtens (hauke@xxxxxxxxxx):

    ssl: add more TLS extensions
    
    These extensions were added in the last time.
    This just adds the basic part, wireshark is now able to translate the
    number into a string. these numbers are defined here:
    https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
    
    Change-Id: I9d1f1a04318aa116930202aa0fadb59648bed78d
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/14484
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  eaa1e7f   More control frame dissection cleanups.
    adds  b46fe7e   ssl: add more TLS extensions


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)