Wireshark-commits: [Wireshark-commits] master 4224e35: ssl-utils: add missing ett registration

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Jun 2014 17:16:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4224e353f9ca3a3224ad2be3728905e729e74b9c
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4224e35 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>
    

Actions performed:

    from  13a972b   DTPT: remove unused variables
    adds  4224e35   ssl-utils: add missing ett registration


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