http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52235
User: mmann
Date: 2013/09/28 12:45 AM
Log:
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.
Directory: /trunk/plugins/wimax/
Changes Path Action
+8 -8 mac_hd_generic_decoder.c Modified
+67 -127 msg_dcd.c Modified
+6 -6 msg_dreg.c Modified
+12 -19 msg_dsd.c Modified
+124 -93 msg_reg_req.c Modified
+19 -27 msg_reg_rsp.c Modified
+104 -95 msg_rep.c Modified
+6 -9 msg_res_cmd.c Modified
+80 -59 msg_rng_req.c Modified
+47 -64 msg_rng_rsp.c Modified
+470 -941 msg_sbc.c Modified
(5 files not shown)