summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Add checking to verify that global hf_... defs are referenced in hf[] entry i...Bill Meier1-63/+61
2013-02-03Improvements:Bill Meier1-20/+78
2013-02-02Tweaks:Bill Meier1-6/+97
2013-01-28 Re-implemention of checkhf.pl:Bill Meier1-208/+397
2013-01-28Delete checkhf-v2.pl from the repository.Bill Meier1-422/+0
2013-01-28Re-implemention of checkhf.pl:Bill Meier1-0/+422
2013-01-26Forward-port r47305 from trunk-1.8:Gerald Combs3-11/+22
2013-01-25Handle hf_... definitions which are not static;Bill Meier1-3/+7
2013-01-24Update WiresharkXML.py to work with Python 2.7.Gilbert Ramirez1-33/+50
2013-01-22Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-0/+2
2013-01-22Revert 47201 it does not compile on Windows.Anders Broman1-4/+1
2013-01-21Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-1/+4
2013-01-18Try and see if we can suppress about half of the Coverity issues.Jaap Keuter1-0/+2
2013-01-18Add an RCS ID to the generated dissector.Guy Harris1-2/+2
2013-01-16Add -v for verbose valgrind output.Evan Huus1-2/+3
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss1-0/+1
2013-01-14Try to show what condition triggered a failure.Gerald Combs1-0/+4
2013-01-11Upgrade LPP dissector to v11.1.0 and modify extract_asn1_from_spec.pl to auto...Pascal Quantin1-5/+18
2013-01-05When fuzz-testing with valgrind, run both with and without tree (like whenEvan Huus1-1/+1
2012-12-31TS Files is also XML FilesAlexis La Goutte1-1/+1
2012-12-30Treat *.ui files as *.xml: also set svn:keywords property.Jeff Morriss1-5/+1
2012-12-28Update wmem documentation for the new allocator.Evan Huus1-0/+2
2012-12-27Change the format of the environment variable slightly to allow overridingEvan Huus1-1/+1
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris2-13/+12
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-0/+4
2012-12-19Use the new bundleAnders Broman1-1/+1
2012-12-19Let's try using the new Win32 GTK2 bundle 2.24.14 (as suggested by Anders).Bill Meier1-1/+1
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus1-1/+1
2012-12-18Don't do proto_tree_add_ether(..., tvb_get_ptr(...)), just use proto_tree_add...Jeff Morriss1-0/+1
2012-12-12Move setting of WIRESHARK_ABORT_ON_DISSECTOR_BUG together with other Wireshar...Jeff Morriss1-2/+3
2012-12-11Update the User's Guide to 1.9Pascal Quantin2-2/+2
2012-12-07Update the User's Guide to 1.8Pascal Quantin2-2/+2
2012-12-07Move a lot of common fuzz-test and randpkt-test code to its own fileGerald Combs4-169/+152
2012-12-05Update USB vendor and product ids and escape non ASCII charactersPascal Quantin1-2/+2
2012-12-04Make the new -T option not overwrite the other options, so it canEvan Huus1-1/+1
2012-12-02Add SET_ADDRESS and SET_ADDRESS_HF to the list of APIs we (may--if we uncomme...Jeff Morriss1-1/+3
2012-12-02Add an option to control whether tshark builds the tree (\"-T\").Jeff Morriss1-2/+5
2012-12-01Fix typoEvan Huus1-1/+1
2012-12-01Add -r option to valgrind script for --show-reachable=yes.Evan Huus1-3/+4
2012-11-29As requested by Anders on -dev: check enum_val_t's for NULL termination.Jeff Morriss1-0/+34
2012-11-29From Michal Labedzki:Anders Broman1-0/+97
2012-11-24Make the wmem scopes friendly to the valgrind script like emem is.Evan Huus1-0/+1
2012-11-19If tshark doesn't fail when building the tree, try again without -V.Jeff Morriss1-1/+7
2012-11-13Use proto_tree_add_<signed integer> functions for signed giop datatypesMichael Mann1-4/+4
2012-11-09Add -n option to valgrind script that runs with -v instead of a pcap file.Evan Huus1-4/+14
2012-11-05Add a few more expert_add_info_format calls to giop dissector which requires ...Michael Mann1-170/+94
2012-10-26Add an option (-P) for a minimum plugin count.Gerald Combs1-6/+8
2012-10-22Make the fuzz-test plugin error into a warning, since lacking pluginsEvan Huus1-2/+2
2012-10-14Add verbose option to the cppcheck script.Evan Huus1-1/+2
2012-10-13Enhancements to the CppCheck script:Evan Huus1-11/+37