Wireshark-commits: [Wireshark-commits] master-2.0 aa2c180: [ssl] dissect handshake messages even if
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Oct 2015 21:48:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa2c1807ee49749ee5510a244f594a993596bd80
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

aa2c180 by Martin Kaiser (wireshark@xxxxxxxxx):

    [ssl] dissect handshake messages even if we have no tree
    
    this is to make sure that all expert info we see in the
    main window will also appear in the expert info window
    
    the sample capture from bug 11561 shows this problem:
    without this patch, the expert info with severity 'error'
    don't show up in the expert info window
    
    Change-Id: Ia71ae7e248f57bf1344cf722ac57e74c517828d5
    Reviewed-on: https://code.wireshark.org/review/11246
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 7a9237fb21ac2c771a741f1baaab762354e23c24)
    Reviewed-on: https://code.wireshark.org/review/11331
    

Actions performed:

    from  2c87693   Qt: Add a filter expression item to the display filter edit menu.
    adds  aa2c180   [ssl] dissect handshake messages even if we have no tree


Summary of changes:
 epan/dissectors/packet-dtls.c      |   39 +++++++--------
 epan/dissectors/packet-ssl-utils.c |   92 ++++++++++++++++++------------------
 epan/dissectors/packet-ssl.c       |   43 +++++++----------
 3 files changed, 80 insertions(+), 94 deletions(-)