Wireshark-commits: [Wireshark-commits] master-1.12 600a505: ssl-utils: add missing ett registration
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(-)