aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-25Make compare-abs.sh work on CMake buildsBalint Reczey1-7/+15
2013-02-19Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs1-1/+1
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs1-1/+1
2013-02-15Comment out a number of unused hf[] enrries found by checkhf.Bill Meier1-10/+30
2013-02-14Add an option for bypassing the wmem slab similar to the one forEvan Huus2-0/+2
2013-02-10Clean up some warnings (including warnings that ultimately come fromGuy Harris1-60/+56
2013-02-10Update a comment; tweak a RegEx.Bill Meier1-4/+3
2013-02-09Remove blank lines separately after removing comments rather than asBill Meier1-3/+2
2013-02-09Cleanup: Ditch CamelCase; use braces around references.Bill Meier1-181/+184
2013-02-09Fix a syntax error which causes a compile errorBill Meier1-1/+1
2013-02-09Tweaks to RegEx usage for consistency and performance (andBill Meier1-66/+72
2013-02-08Fix code to delete blank lines to remove all blank lines;Bill Meier1-7/+7
2013-02-07Add addition test to reduce false positives for 'ERROR: NO ARRAY: 'Bill Meier1-4/+46
2013-02-07Add a hack to fix false positive 'unused ...' related to use of ..._add_oui().Bill Meier1-0/+32
2013-02-07Minor tweaks ...Bill Meier1-1/+3
2013-02-07Fix a few minor bugs;Bill Meier1-15/+15
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