aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug-av.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-15 09:07:54 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-15 09:07:54 +0000
commitd14b8380d533584b3ca8d39e82532a6c561e7b05 (patch)
tree9ce699d2b5f5160dafc9281cb65c2ae7880b4a91 /epan/dissectors/packet-homeplug-av.c
parentf87948ccd4fd09c6a4aec4ca175849fd18e2960d (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40509 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-homeplug-av.c')
-rw-r--r--epan/dissectors/packet-homeplug-av.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-homeplug-av.c b/epan/dissectors/packet-homeplug-av.c
index a9004dda28..be5a6cae63 100644
--- a/epan/dissectors/packet-homeplug-av.c
+++ b/epan/dissectors/packet-homeplug-av.c
@@ -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,