Register some unregistered etts.

... Use of an unregistered ett leads to an abort.

Inspired by I3ee2f557ace1643dfba5a978add66c3c7ba7d895.  Some day I should get
the ett_ registration checking code in checkAPIs ready for prime time...

Change-Id: I69162d4bcec571e6a517a107ac365aa78bfe8d25
Reviewed-on: https://code.wireshark.org/review/29474
Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jeff Morriss 2018-09-07 14:10:08 -04:00 committed by Anders Broman
parent 500ac10999
commit 98207eb612
6 changed files with 12 additions and 2 deletions

View File

@ -515,6 +515,7 @@ void proto_register_ngap(void) {
&ett_ngap_NGRANTraceID,
&ett_ngap_InterfacesToTrace,
&ett_ngap_SourceToTarget_TransparentContainer,
&ett_ngap_TargetToSource_TransparentContainer,
&ett_ngap_RRCContainer,
&ett_ngap_RATRestrictionInformation,
&ett_ngap_NrencryptionAlgorithms,

View File

@ -1822,6 +1822,7 @@ proto_register_bitcoin(void)
&ett_addr_list,
&ett_inv_list,
&ett_getdata_list,
&ett_notfound_list,
&ett_getblocks_list,
&ett_getheaders_list,
&ett_tx_in_list,

View File

@ -4380,7 +4380,10 @@ void proto_register_radiotap(void)
&ett_radiotap_he_mu_info,
&ett_radiotap_he_mu_info_flags_1,
&ett_radiotap_he_mu_info_flags_2,
&ett_radiotap_0_length_psdu
&ett_radiotap_0_length_psdu,
&ett_radiotap_l_sig,
&ett_radiotap_l_sig_data_1,
&ett_radiotap_l_sig_data_2
};
static ei_register_info ei[] = {
{ &ei_radiotap_invalid_header_length, { "radiotap.length.invalid", PI_MALFORMED, PI_ERROR, "The radiotap header length is less than 8 bytes", EXPFILL }},

View File

@ -34658,6 +34658,7 @@ proto_register_ieee80211(void)
&ett_osen_rsn_cap_tree,
&ett_osen_pmkid_list,
&ett_osen_pmkid_tree,
&ett_osen_group_management_cipher_suite,
&ett_hs20_cc_proto_port_tuple,
@ -34672,6 +34673,8 @@ proto_register_ieee80211(void)
&ett_qos_map_set_exception,
&ett_qos_map_set_range,
&ett_wnm_notif_subelt,
/* 802.11ad trees */
&ett_dynamic_alloc_tree,
&ett_ssw_tree,

View File

@ -8236,6 +8236,7 @@ proto_register_lustre(void)
&ett_lustre_seq_range,
&ett_lustre_mdt_ioepoch,
&ett_lustre_capa,
&ett_lustre_idx_info,
&ett_lustre_eadata,
&ett_lustre_close_data,
&ett_lustre_acl,

View File

@ -13951,6 +13951,7 @@ void proto_register_ngap(void) {
&ett_ngap_NGRANTraceID,
&ett_ngap_InterfacesToTrace,
&ett_ngap_SourceToTarget_TransparentContainer,
&ett_ngap_TargetToSource_TransparentContainer,
&ett_ngap_RRCContainer,
&ett_ngap_RATRestrictionInformation,
&ett_ngap_NrencryptionAlgorithms,
@ -14295,7 +14296,7 @@ void proto_register_ngap(void) {
&ett_ngap_UnsuccessfulOutcome,
/*--- End of included file: packet-ngap-ettarr.c ---*/
#line 525 "./asn1/ngap/packet-ngap-template.c"
#line 526 "./asn1/ngap/packet-ngap-template.c"
};
static ei_register_info ei[] = {