1. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well as some...
authorMichael Mann <mmann78@netscape.net>
Sat, 28 Sep 2013 00:45:44 +0000 (00:45 -0000)
committerMichael Mann <mmann78@netscape.net>
Sat, 28 Sep 2013 00:45:44 +0000 (00:45 -0000)
commite5379de1261b0f36a7a7900ba0137a9aae0cd9b6
tree104390344fa343c0c1babcf3124e1e0af22626d1
parent21bcd56a6952f6ec06d1911c9d0c2034f9e2c907
1. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well as some other minor cleanup) and adjust the calling functions accordingly.

2. Converted several add_protocol_subtree calls to add_tlv_subtree to get true filterability.  Many of the add_protocol_subtree are effectively being (ab)used as proto_tree_add_text with different highlighting.

3. Convert tvb_new_subset into tvb_new_subset_length.

Still looks like some of the remaining "protocols" need more specific filters, and should just be regular FT_BYTES fields.

svn path=/trunk/; revision=52235
16 files changed:
plugins/wimax/mac_hd_generic_decoder.c
plugins/wimax/msg_dcd.c
plugins/wimax/msg_dreg.c
plugins/wimax/msg_dsd.c
plugins/wimax/msg_reg_req.c
plugins/wimax/msg_reg_rsp.c
plugins/wimax/msg_rep.c
plugins/wimax/msg_res_cmd.c
plugins/wimax/msg_rng_req.c
plugins/wimax/msg_rng_rsp.c
plugins/wimax/msg_sbc.c
plugins/wimax/msg_ucd.c
plugins/wimax/packet-wmx.c
plugins/wimax/wimax_pdu_decoder.c
plugins/wimax/wimax_tlv.h
plugins/wimax/wimax_utils.c