Wireshark-commits: [Wireshark-commits] rev 50321: /trunk/epan/ /trunk/epan/: proto.c
Date: Tue, 02 Jul 2013 19:23:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50321

User: darkjames
Date: 2013/07/02 12:23 PM

Log:
 Rewrite proto_lookup_or_create_interesting_hfids() and rename to proto_data_add_maybe_interesting_field
 
 Now proto_data_add_maybe_interesting_field:
 - it actually add field_info to interesting hash_tree
 - accept only required parameters
 - is called only by proto_tree_add_node

Directory: /trunk/epan/
  Changes    Path          Action
  +13 -27    proto.c       Modified