http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20805
User: sfisher
Date: 2007/02/14 12:39 AM
Log:
From Sebastien Tandel:
Here is an updated patch for proto_tree_add_item and the
range_string structure. The new macro RVALS() can be used as the macro
VALS() in the declaration of your hf_register_info with another
structure (range_string). Be aware that you *have to* ORed the value of
the field display with BASE_RANGE_STRING constant and it can 'only' be
used with FT_(U)INT* types in a header_field_info.
Directory: /trunk/doc/
Changes Path Action
+6 -2 README.developer Modified
Directory: /trunk/epan/
Changes Path Action
+20 -4 proto.c Modified
+12 -0 proto.h Modified