aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
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