Shuffle the ett[] array elements around a bit, and add blank lines, to
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 15 Jan 2012 09:07:54 +0000 (09:07 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 15 Jan 2012 09:07:54 +0000 (09:07 +0000)
match their definitions; add two missing elements that turned up.  That
should fix bug 6736.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40509 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-homeplug-av.c

index a9004dda28a6cab01195a07732a5bb0f5f68f9b2..be5a6cae6332386a057691792877f8ba879ee20a 100644 (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,