aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Don't pass -v straight to valgrind, it's rarely useful. Just increasingEvan Huus1-1/+1
2013-03-02Rearrang the code to align with sqlite lemon and copy over a few more things.Anders Broman1-174/+179
2013-03-02Wite space changes.Anders Broman1-50/+50
2013-03-02lemon.c:3176:8: error: attempt to free a non-heap object ‘buf’Anders Broman1-1/+0
2013-03-02Becport more code.Anders Broman1-10/+9
2013-03-02Missed one place.Anders Broman1-1/+2
2013-03-02lemon.c:78:14: note: expected ‘int (*)(const void *, const void *)’ but a...Anders Broman1-1/+1
2013-03-02More backports from sqlite lemon to try to address warnings.Anders Broman1-14/+20
2013-03-02lemon.c:4628:5: error: conflicting types for ‘Configcmp’Anders Broman1-1/+1
2013-03-02More backports from sqlite lemon to try to address warnings.Anders Broman1-15/+15
2013-03-01Backports from sqlite lemon.Anders Broman1-8/+11
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey4-15/+29
2013-03-01Fix a cut-n-pasteo and add a const cast to quiet a warning.Jeff Morriss1-2/+2
2013-03-01Backport const casts from sqlite lemon.Anders Broman1-26/+30
2013-03-01try to remove C++ incompatibilities from lemonAnders Broman1-89/+95
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