summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-09-12When profiling we are more interested in real-world performance than memoryEvan Huus1-8/+10
2013-09-10Add newlines to the AsciiDoc output.Gerald Combs1-1/+1
2013-09-10Make compare-abis.sh work with versions having multiple digits in version numberBalint Reczey1-2/+2
2013-09-09Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit.Jeff Morriss1-1/+1
2013-09-09Add my pre-commit git script (with checkAPI/hf/encoding args...) Need to copy...Alexis La Goutte1-0/+44
2013-09-09Have conversion tools use the "new" expert_add_info_format.Michael Mann2-5/+6
2013-09-08expert_add_info_format_text -> expert_add_info_textMichael Mann1-4/+4
2013-09-08Add filterable expert info to generated X11 dissector. I didn't regenerate t...Michael Mann1-1/+1
2013-09-08Add filterable expert info to NCP dissector.Michael Mann1-0/+39
2013-09-07Ignore licensing in the macosx packaging - it's all copied from Inkscape (GPL)Evan Huus1-1/+4
2013-09-07Use "recode" to convert HTML entities to UTF-8 if it's available.Gerald Combs1-1/+6
2013-09-05Make checkAPI notify (warnings only, for now) about deprecated emem functions.Evan Huus1-1/+61
2013-09-05Add modelines to avoid using tabs in the codeJörg Mayer1-0/+7
2013-09-05Change the regexp syntax a bit.Jörg Mayer1-6/+3
2013-09-05Use intended regex modification for absolute paths.Stig Bjørlykke1-4/+4
2013-09-05Removed TAB as indent.Stig Bjørlykke1-7/+7
2013-09-05Adapt generated output to always print paths relative toJörg Mayer1-1/+8
2013-08-29Update for Qt 5.1.1.Gerald Combs1-2/+17
2013-08-25Valgrind requires more resources than running normally. Bump limits to 1.5xEvan Huus1-0/+3
2013-08-24Tool to help convert current expert_add_info_format() calls into filterable e...Michael Mann1-0/+427
2013-08-24If the proto_tree_add_text string is just "%s", assume it won't be converted ...Michael Mann1-6/+14
2013-08-20Add a valgrind suppressions file set to suppress the zlib error which otherwiseEvan Huus2-1/+17
2013-08-17Commit far from being perfect conversation tool from hfindex to hfinfo.Jakub Zawadzki1-0/+89
2013-08-16Be sure to forward BIN_DIR to the valgrind script, probably also needed on theEvan Huus1-4/+6
2013-08-16Try to use smarter path resolution and detection in order to work inEvan Huus2-2/+15
2013-08-11Don't let a valgrind-output-parsing error hide the fact that it was an error ofEvan Huus1-1/+4
2013-08-09Fix error handling.Gerald Combs1-5/+5
2013-08-09Allow display base, not field type to have multiple ORed entries (for things ...Michael Mann1-8/+8
2013-08-07Switch to make-services.py. Fix some variable names and version tests.Gerald Combs2-16/+16
2013-08-06Add a Python version of make-services.pl. Instead of trying to parse theGerald Combs1-0/+168
2013-08-05Add support for determining BASE_EXT_STRING.Michael Mann1-5/+18
2013-08-02Make sure we're compatible with Python 2 + 3. Tested with Pythons 2.5,Gerald Combs1-13350/+13355
2013-08-02Make sure we're compatible with Python 2 + 3. Tested with Pythons 2.5,Gerald Combs1-2/+10
2013-08-02Make sure we're compatible with Python 2 + 3. Tested with Pythons 2.5,Gerald Combs1-4/+4
2013-08-02Make sure we're compatible with Python 2 + 3. Tested with Pythons 2.5,Gerald Combs1-5787/+5791
2013-07-31Fix compatibility with older versions of Python. Tested with 2.5, 2.6,Gerald Combs1-1/+6
2013-07-31Add support for Python 3. Make sure we pass bytes to hashlib.sha1 asGerald Combs1-3/+3
2013-07-29asciidoc.conf: Have sort-and-group remove commas.Gerald Combs1-1/+1
2013-07-29Add license header to script after emailing author to verify that GPL 2+ was theEvan Huus1-2/+24
2013-07-28Make many items filterable for Vines dissectors.Michael Mann1-3/+6
2013-07-27Add the proper license header and attribution to Balint's git-compare-abis sc...Evan Huus1-2/+23
2013-07-26The descriptive name for a field is the field full name; the name usedGuy Harris1-4/+4
2013-07-26Add support for common FT_ETHER cases.Michael Mann1-2/+5
2013-07-25Multiple improvements and bug-fixes for the fuzz-test script:Evan Huus1-58/+67
2013-07-24fix "compile" errorMichael Mann1-1/+1
2013-07-24Add "usage" for expert optionMichael Mann1-0/+4
2013-07-22fix "compiler errors"Michael Mann1-4/+5
2013-07-21Add ability to convert proto_tree_add_text to "expert" API. It's a little ha...Michael Mann1-98/+327
2013-07-20GeoIP 1.5.1.Gerald Combs2-2/+2
2013-07-18Add better detection of strings and byte arrays.Michael Mann1-4/+11