aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Add 'dtds' and 'fix' directories to the checklicense whitelist, they don'tEvan Huus1-0/+6
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs1-1/+1
2013-04-28Specify to CppCheck that Wireshark code is C89, not the default C11.Evan Huus1-1/+1
2013-04-27When fuzzing with valgrind and running without -T, run with -v so that theEvan Huus1-1/+1
2013-04-26Try to determine the repository URL automatically.Gerald Combs1-1/+7
2013-04-23Add two tools useful for package maintainers:Gerald Combs2-0/+189
2013-04-18See whether we can whitelist 'GPL (v3 or later)' for the output of BisonGuy Harris1-0/+6
2013-04-17Remove chromium-specific license exceptions which it makes no sense forEvan Huus1-338/+1
2013-04-17Reverse the arguments we feed to valgrind-wireshark.sh. Add debuggingGerald Combs1-2/+3
2013-04-15Fix a typo.Gerald Combs1-1/+1
2013-04-15More indentation fixes.Gerald Combs1-2/+2
2013-04-15Handle the IEEE's new! improved! two-space indentation.Gerald Combs1-3/+3
2013-04-14Update some of the old FSF addresses caught by the new licensecheck buildbotEvan Huus1-2/+1
2013-04-12From Max Baker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8431Evan Huus3-9/+1121
2013-04-11Make boilerplate consistent with other generated files and recognizableGerald Combs1-8/+9
2013-04-11Set properties.Gerald Combs1-0/+0
2013-04-10Use consistent "generated automatically" wording which will hopefully beGerald Combs3-7/+5
2013-04-10Copy Chromium's checklicenses.py fromGerald Combs1-0/+573
2013-04-07NPL stuff:Jakub Zawadzki2-104/+254
2013-04-03From Tomas Kukosa:Anders Broman1-43/+78
2013-03-31[NPL] Pushing changes to wireshark repoJakub Zawadzki3-245/+585
2013-03-28Add a little shell script to install all the RPMs necesary to do WiresharkJeff Morriss2-0/+68
2013-03-26From Hadriel Kaplan:Jaap Keuter1-4/+33
2013-03-26Align a bit more with upstream.Anders Broman2-13/+17
2013-03-24[NPL] another weekend work.Jakub Zawadzki3-106/+359
2013-03-22OPERATION and ERROR tables can loop through only items with either local or g...Tomas Kukosa1-3/+10
2013-03-18Add .asciidoc support to svnadd. Set properties and add an SVN ID to theGerald Combs1-0/+5
2013-03-17[NPL] Fresh stuff.Jakub Zawadzki4-103/+458
2013-03-16flag up a warning if someone includes gcrypt.h instead of wsutil/wsgcrypt.hMartin Kaiser1-0/+24
2013-03-15Sometimes the Python you want isn't /usr/bin/python. Fix the shebang.Gerald Combs1-1/+1
2013-03-15Set properties.Gerald Combs1-0/+0
2013-03-15Add asn2deb idl2deb to distBalint Reczey1-0/+2
2013-03-15Add -W option to valgrind script that just runs the gui without any captureEvan Huus1-1/+4
2013-03-10Update usage info for valgrind script. We almost need a proper man page forEvan Huus1-1/+1
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus2-2/+0
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-1/+0
2013-03-09[NPL] Misc fixesJakub Zawadzki4-100/+391
2013-03-09Update lex and yaccAnders Broman2-4/+4
2013-03-09Switch to WinPcap 4.1.3.Gerald Combs2-2/+2
2013-03-08Switch to c-ares 1.9.1.Gerald Combs2-2/+2
2013-03-07[NPL] Simplify parser for EXPRESSION_FIELD (Expression, ".", ID)Jakub Zawadzki2-4/+3
2013-03-06Merge asn2deb and idl2deb from official Debian packageBalint Reczey2-0/+435
2013-03-04Align lempar somewhat with upstream.Anders Broman1-24/+34
2013-03-04[NPL] Treat all keywords as seperates token, when really needed accept it as ID.Jakub Zawadzki1-105/+87
2013-03-03Add modelines.Evan Huus1-2/+15
2013-03-03Publish initial version of mine npl (Network Parsing Language) generator sour...Jakub Zawadzki4-0/+2499
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