ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 057ded8: ssl-utils: stop exporting some symbols

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Jul 2014 17:09:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=057ded827d36f55b8f91e9de888fd14e3b73d8c2
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

057ded8 by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl-utils: stop exporting some symbols
    
    Client/Server hello and Hello extensions are now dissected inside
    ssl-utils, no need to export them for the SSL or DTLS dissectors.
    
    Change-Id: I8f2405199f21616743fe74959f07cfa839565527
    Reviewed-on: https://code.wireshark.org/review/3022
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  ee231c5   ssl,dtls: move ClientHello to ssl-utils
    adds  057ded8   ssl-utils: stop exporting some symbols


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