Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-1.12 600a505: ssl-utils: add missing ett registration

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Jul 2014 08:06:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=600a505c2908e520fcdf7da7e8900b2e8739263c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

600a505 by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl-utils: add missing ett registration
    
    Fixes the dissector bug warning:
    "epan/proto.c:4657: failed assertion "idx >= 0 && idx < num_tree_types"
    
    Add some comments to avoid future mistakes, add folding markers and fix
    alignment of curves hf.
    
    Change-Id: Ibcb57bfeb09a9777324682704a86f1ce260d345e
    Reviewed-on: https://code.wireshark.org/review/2642
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 4224e353f9ca3a3224ad2be3728905e729e74b9c)
    Reviewed-on: https://code.wireshark.org/review/2817
    Reviewed-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dcc01c2   ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DH
    adds  600a505   ssl-utils: add missing ett registration


Summary of changes:
 epan/dissectors/packet-ssl-utils.h |   30 ++++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 8 deletions(-)