diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-01-15 09:07:54 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-01-15 09:07:54 +0000 |
commit | dfcec4397317228f1bf1cc6b25685264eef247e8 (patch) | |
tree | 9ce699d2b5f5160dafc9281cb65c2ae7880b4a91 /epan/dissectors/packet-homeplug-av.c | |
parent | 6224e81b9f3101ecb37e9c41693a61a7270abd26 (diff) | |
download | wireshark-dfcec4397317228f1bf1cc6b25685264eef247e8.tar.gz wireshark-dfcec4397317228f1bf1cc6b25685264eef247e8.tar.bz2 wireshark-dfcec4397317228f1bf1cc6b25685264eef247e8.zip |
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
Diffstat (limited to 'epan/dissectors/packet-homeplug-av.c')
-rw-r--r-- | epan/dissectors/packet-homeplug-av.c | 8 |
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, |