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 d2c0600: Make SSL certificates available to tshark as

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 5 Nov 2014 18:39:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2c06006093d0fab30a34490b362f6f85111b0a7
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d2c0600 by Ambarish Malpani (ambarish@xxxxxxxxxxx):

    Make SSL certificates available to tshark as bytes via the dtls/ssl.handshake.certificate key.
    
    Changed the entries so that users have access to the whole certificate in
    tshark. This allows developers to process the certs in custom ways
    
    Change-Id: I113d60b2b3f12c6b15a644ec02bbebf7134f0ece
    Reviewed-on: https://code.wireshark.org/review/5119
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  1af7c2b   Qt: Simplify disabling entries in ContextMenu
    adds  d2c0600   Make SSL certificates available to tshark as bytes via the dtls/ssl.handshake.certificate key.


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