https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5881
--- Comment #20 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2011-12-09 10:14:53 PST ---
Hi,
It is not possible to replace proto_tree_add_text by proto_tree_add_item ?
(Make field filterable ?
Also for function dissect_cmd_list / dissect_evt_list / dissect_mob_mgmt /
dissect_cfg_mthds, why not use value_string ?
Also there is same Clang Warning :
packet-mih.c:544:25: warning: Value stored to 'item' is never read
packet-mih.c:529:25: warning: Value stored to 'item' is never read
packet-mih.c:539:25: warning: Value stored to 'item' is never read
packet-mih.c:534:25: warning: Value stored to 'item' is never read
packet-mih.c:504:9: warning: Value stored to 'item' is never read
packet-mih.c:512:17: warning: Value stored to 'item' is never read
packet-mih.c:808:24: warning: Value stored to 'offset' is never read
packet-mih.c:871:25: warning: Value stored to 'temp' is never read
packet-mih.c:882:25: warning: Value stored to 'temp' is never read
packet-mih.c:860:25: warning: Value stored to 'temp' is never read
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.