Qt: Make we shut down cleanly when exiting early.
[metze/wireshark/wip.git] / tools / convert_proto_tree_add_text.pl
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2015-01-07 Michael MannAdd tvb_address_to_str.
2015-01-02 Michael MannAdd sanity check to ensure integer types don't get...
2015-01-02 Michael MannHave hf variables outputted in the order they were...
2014-11-20 Michael MannGive better hints as to where the "expert info" fields go.
2014-10-31 Michael MannImprove the "guessing" of the hf_ field and encoding...
2014-10-30 Michael Mannconvert_proto_tree_add_text.pl - missed adding an else...
2014-10-30 Michael MannAdd logic to determine if a "tvb get" call is used...
2014-06-15 Michael Mannacknowledge BASE_RANGE_STRING
2014-02-14 Jeff MorrissRemove $Id$ and other Subversion leftovers from the...
2013-12-19 Michael Mannproto_tree_add_text -> proto_tree_add_xxx conversion.
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-09-09 Michael MannHave conversion tools use the "new" expert_add_info_format.
2013-08-24 Michael MannIf the proto_tree_add_text string is just "%s", assume...
2013-08-09 Michael MannAllow display base, not field type to have multiple...
2013-08-05 Michael MannAdd support for determining BASE_EXT_STRING.
2013-07-28 Michael MannMake many items filterable for Vines dissectors.
2013-07-26 Guy HarrisThe descriptive name for a field is the field full...
2013-07-26 Michael MannAdd support for common FT_ETHER cases.
2013-07-24 Michael Mannfix "compile" error
2013-07-24 Michael MannAdd "usage" for expert option
2013-07-22 Michael Mannfix "compiler errors"
2013-07-21 Michael MannAdd ability to convert proto_tree_add_text to "expert...
2013-07-18 Michael MannAdd better detection of strings and byte arrays.
2013-07-16 Michael MannAdd in basic error checking of the .proto_tree_input...
2013-07-15 Alexis La GoutteSet convert_proto_tree_add_text has executable
2013-07-14 Michael MannGenerate better hf_ name
2013-07-13 Martin Kaiserset svn properties
2013-07-13 Michael MannHere's a tool to help in the conversion of proto_tree_a...