http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51504
User: mmann
Date: 2013/08/23 06:25 PM
Log:
From Simon Zhong: Convert several proto_tree_add_text into filterable expert info.
From me: Make "Reserved" fields filterable. This was enough to pacify checkAPIs.pl, but part of the reason it was complaining in the first place is that many hf items are passed into info_to_display, which will end up calling a proto_tree_add_xxx function, rather than calling a proto_tree_add_xxx function directly. Cursory glance says info_to_display could probably just be replaced with direct proto_tree_add_xxx calls.
Directory: /trunk/epan/dissectors/
Changes Path Action
+104 -81 packet-cops.c Modified