Wireshark-commits: [Wireshark-commits] master c96b78f: ssl: fix SSLv2 Client Hello dissection

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Dec 2015 05:23:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c96b78f28d72fb2ad05a6370ffb6708be55a5030
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c96b78f by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl: fix SSLv2 Client Hello dissection
    
    Regression introduced with v1.99.4rc0-112-gf0855e0 ("Remove
    proto_tree_add_text from packet-ssl.c").
    
    While SSL decryption is not needed on the second pass, the items still
    have to be added.
    
    Bug: 11851
    Change-Id: Iccb43f2ccff19bbe6d998fb08600b226ac054825
    Reviewed-on: https://code.wireshark.org/review/12510
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  19cbcca   Qt: restore conversation coloring rule shortcuts
    adds  c96b78f   ssl: fix SSLv2 Client Hello dissection


Summary of changes:
 epan/dissectors/packet-ssl.c |  167 +++++++++++++++++++++---------------------
 1 file changed, 82 insertions(+), 85 deletions(-)