Shuffle the ett[] array elements around a bit, and add blank lines, to

match their definitions; add two missing elements that turned up.  That
should fix bug 6736.

svn path=/trunk/; revision=40509
This commit is contained in:
Guy Harris 2012-01-15 09:07:54 +00:00
parent 6224e81b9f
commit dfcec43973
1 changed files with 6 additions and 2 deletions

View File

@ -4162,8 +4162,9 @@ proto_register_homeplug_av(void)
&ett_homeplug_av_mmtype,
&ett_homeplug_av_vendor,
&ett_homeplug_av_public,
&ett_homeplug_av_bcn,
&ett_homeplug_av_fc,
&ett_homeplug_av_bcn,
&ett_homeplug_av_cc_disc_list_cnf,
&ett_homeplug_av_cc_sta_info,
&ett_homeplug_av_cc_net_info,
@ -4176,13 +4177,14 @@ proto_register_homeplug_av(void)
&ett_homeplug_av_brg_infos_cnf,
&ett_homeplug_av_cm_nw_infos_cnf,
&ett_homeplug_av_nw_stats_cnf,
&ett_homeplug_av_get_sw_cnf,
&ett_homeplug_av_wr_mem_req,
&ett_homeplug_av_wr_mem_cnf,
&ett_homeplug_av_rd_mem_req,
&ett_homeplug_av_rd_mem_cnf,
&ett_homeplug_av_st_mac_req,
&ett_homeplug_av_st_mac_cnf,
&ett_homeplug_av_rd_mem_cnf,
&ett_homeplug_av_get_nvm_cnf,
&ett_homeplug_av_rs_dev_cnf,
&ett_homeplug_av_wr_mod_req,
@ -4219,6 +4221,8 @@ proto_register_homeplug_av(void)
&ett_homeplug_av_cblock,
&ett_homeplug_av_set_sdram_req,
&ett_homeplug_av_set_sdram_cnf,
&ett_homeplug_av_host_action_ind,
&ett_homeplug_av_host_action_rsp,
&ett_homeplug_av_op_attr_req,
&ett_homeplug_av_op_attr_cnf,
&ett_homeplug_av_op_attr_data,