aboutsummaryrefslogtreecommitdiffstats
path: root/tools/convert_proto_tree_add_text.pl
AgeCommit message (Expand)AuthorFilesLines
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+1
2015-01-07Add tvb_address_to_str.Michael Mann1-4/+1
2015-01-02Add sanity check to ensure integer types don't get set to BASE_NONE.Michael Mann1-0/+15
2015-01-02Have hf variables outputted in the order they were found in the file.Michael Mann1-8/+5
2014-11-20Give better hints as to where the "expert info" fields go.Michael Mann1-2/+2
2014-10-31Improve the "guessing" of the hf_ field and encoding values.Michael Mann1-7/+29
2014-10-30convert_proto_tree_add_text.pl - missed adding an else statement to logic.Michael Mann1-2/+2
2014-10-30Add logic to determine if a "tvb get" call is used as a parameter to a proto_...Michael Mann1-1/+24
2014-06-15acknowledge BASE_RANGE_STRINGMichael Mann1-0/+1
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
2013-12-19proto_tree_add_text -> proto_tree_add_xxx conversion.Michael Mann1-0/+3
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-1/+1
2013-09-09Have conversion tools use the "new" expert_add_info_format.Michael Mann1-2/+2
2013-08-24If the proto_tree_add_text string is just "%s", assume it won't be converted ...Michael Mann1-6/+14
2013-08-09Allow display base, not field type to have multiple ORed entries (for things ...Michael Mann1-8/+8
2013-08-05Add support for determining BASE_EXT_STRING.Michael Mann1-5/+18
2013-07-28Make many items filterable for Vines dissectors.Michael Mann1-3/+6
2013-07-26The descriptive name for a field is the field full name; the name usedGuy Harris1-4/+4
2013-07-26Add support for common FT_ETHER cases.Michael Mann1-2/+5
2013-07-24fix "compile" errorMichael Mann1-1/+1
2013-07-24Add "usage" for expert optionMichael Mann1-0/+4
2013-07-22fix "compiler errors"Michael Mann1-4/+5
2013-07-21Add ability to convert proto_tree_add_text to "expert" API. It's a little ha...Michael Mann1-98/+327
2013-07-18Add better detection of strings and byte arrays.Michael Mann1-4/+11
2013-07-16Add in basic error checking of the .proto_tree_input file to prevent some iss...Michael Mann1-5/+27
2013-07-15Set convert_proto_tree_add_text has executableAlexis La Goutte1-0/+0
2013-07-14Generate better hf_ nameMichael Mann1-77/+81
2013-07-13set svn propertiesMartin Kaiser1-419/+419
2013-07-13Here's a tool to help in the conversion of proto_tree_add_text to proto_tree_...Michael Mann1-0/+419