summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-10-09Add some license headers after emailing the respective authors to confirm.Evan Huus1-0/+21
svn path=/trunk/; revision=52471
2013-10-09Fix a comment.Gerald Combs1-1/+1
svn path=/trunk/; revision=52460
2013-10-06Ignore g711.c it's under some weird Sun license but appears to be fullyEvan Huus1-0/+3
GPL-compatible as far as I can tell (not a lawyer). svn path=/trunk/; revision=52415
2013-10-06Add license text to dftestlib files, and point to theGilbert Ramirez18-15/+320
capture files that someone renamed from *.cap to *.pcap. svn path=/trunk/; revision=52414
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 ↵Michael Mann3-3/+4
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9192) From Ed Beroset. svn path=/trunk/; revision=52393
2013-10-06Allow a "more complex" algorithm to finding proto_tree_add_text overuse. ↵Michael Mann1-2/+17
Disabled by default, but used when I want to go on an add filterability spree. convert_proto_tree_add_text.pl makes these easier to fix, so why not be pickier about the percentages that dissectors use. svn path=/trunk/; revision=52392
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 ↵Michael Mann1-4/+4
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8804). I still couldn't figure out how to generate the source, so I made the modifications to the generated dissectors "manually" (search/replace tool in VS) that would match the "PIDL source" included here. I will be sending the "PIDL source" (non dissector files) to the samba team. svn path=/trunk/; revision=52313
2013-09-18Rename PCAP files to .pcap; set mime-type appropriately. Should these files ↵Jeff Morriss7-0/+0
be in the test/captures directory? svn path=/trunk/; revision=52138
2013-09-18Missed one file from dfilter-test.pyGilbert Ramirez2-0/+77
Updated license in ancient tool. svn path=/trunk/; revision=52137
2013-09-18Update dfilter-test.py to use a much more modern test harness,Gilbert Ramirez25-1429/+919
the "unittest" module that comes with Python. Specifically, this takes advantage of a couple of features in the "unittest" in Python 2.7. The tests are all the same as before, but much better managed. This is in preparation for some work on the display filter code. svn path=/trunk/; revision=52136
2013-09-16Don't print a warning about missing svn id when the argument is notJörg Mayer1-1/+4
a file. Warn about the "wrong" filetype and continue svn path=/trunk/; revision=52105
2013-09-15Tweak mq macro and checkAPI to avoid false positives - "garbage"Evan Huus1-1/+1
(like a #define) at the beginning of a line before a value_string no longer matches so a #define that includes the beginning of a value_string doesn't confuse the script. svn path=/trunk/; revision=52089
2013-09-15Add help optionJörg Mayer1-16/+29
List options one by one svn path=/trunk/; revision=52068
2013-09-15http://url is NOT a c++ style commentJörg Mayer1-1/+1
svn path=/trunk/; revision=52061
2013-09-14Add GPL license as per Anders' email.Evan Huus1-0/+20
svn path=/trunk/; revision=52033
2013-09-13Add license header to colorfilters2js.pl as per email from Dirk.Evan Huus1-0/+21
svn path=/trunk/; revision=52028
2013-09-13Copyright notice (GPL, why not).Guy Harris1-0/+18
svn path=/trunk/; revision=52025
2013-09-13Move debian-setup.sh into tools/Jeff Morriss2-0/+21
svn path=/trunk/; revision=52023
2013-09-13cmake/TestFileOffsetBits also copied from an upstream with the appropriateEvan Huus1-0/+3
license svn path=/trunk/; revision=52020
2013-09-13Permit a bunch of 'combo' licenses (meaning GPL + something else we accept inEvan Huus1-0/+4
the same file). svn path=/trunk/; revision=52019
2013-09-13Add license header (attributing to Jakub) for a few of the npl files.Evan Huus3-1/+37
svn path=/trunk/; revision=52018
2013-09-13Ignore svnversion.h, it's auto-generated. Ignore lemon and except.[ch], they'reEvan Huus1-0/+12
imported from upstreams with correct licensing but without a useful header (and there's no particular reason to carry that delta). svn path=/trunk/; revision=52017
2013-09-13OK, all the Makefiles use -build since r41943, so add that option back for now.Chris Maynard1-1/+3
svn path=/trunk/; revision=52016
2013-09-13Update the comments to match the current usage.Chris Maynard1-1/+4
svn path=/trunk/; revision=52015
2013-09-13Rename --build to --check-addtext/--nocheck-addtext for clarity.Chris Maynard1-9/+15
Add --check-addtext/--nocheck-addtext, --check-hf/--nocheck-hf and --debug to the usage output and format the usage output a little better. svn path=/trunk/; revision=52006
2013-09-12When profiling we are more interested in real-world performance than memoryEvan Huus1-8/+10
errors, so we want to use the "fast" allocators rather than the ones that are friendly to memcheck. svn path=/trunk/; revision=51969
2013-09-10Add newlines to the AsciiDoc output.Gerald Combs1-1/+1
svn path=/trunk/; revision=51930
2013-09-10Make compare-abis.sh work with versions having multiple digits in version numberBalint Reczey1-2/+2
svn path=/trunk/; revision=51927
2013-09-09Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit.Jeff Morriss1-1/+1
svn path=/trunk/; revision=51900
2013-09-09Add my pre-commit git script (with checkAPI/hf/encoding args...) Need to ↵Alexis La Goutte1-0/+44
copy in .git/hooks folder and will be launch all check when make local commit (if there is some false-positive add --no-verify to disable check) Should be enhance to be better (check trailing/whitespace...) svn path=/trunk/; revision=51884
2013-09-09Have conversion tools use the "new" expert_add_info_format.Michael Mann2-5/+6
svn path=/trunk/; revision=51857
2013-09-08expert_add_info_format_text -> expert_add_info_textMichael Mann1-4/+4
svn path=/trunk/; revision=51849
2013-09-08Add filterable expert info to generated X11 dissector. I didn't regenerate ↵Michael Mann1-1/+1
the dissector files, but did manually update the source (tools/process-x11-xcb.pl) so any future regeneration won't lose the changes. svn path=/trunk/; revision=51834
2013-09-08Add filterable expert info to NCP dissector.Michael Mann1-0/+39
svn path=/trunk/; revision=51833
2013-09-07Ignore licensing in the macosx packaging - it's all copied from Inkscape (GPL)Evan Huus1-1/+4
as far as I can tell, so it doesn't have our headers. svn path=/trunk/; revision=51829
2013-09-07Use "recode" to convert HTML entities to UTF-8 if it's available.Gerald Combs1-1/+6
svn path=/trunk/; revision=51806
2013-09-05Make checkAPI notify (warnings only, for now) about deprecated emem functions.Evan Huus1-1/+61
svn path=/trunk/; revision=51782
2013-09-05Add modelines to avoid using tabs in the codeJörg Mayer1-0/+7
svn path=/trunk/; revision=51779
2013-09-05Change the regexp syntax a bit.Jörg Mayer1-6/+3
svn path=/trunk/; revision=51778
2013-09-05Use intended regex modification for absolute paths.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=51777
2013-09-05Removed TAB as indent.Stig Bjørlykke1-7/+7
Fixed regex for modifying absolute paths in header. svn path=/trunk/; revision=51776
2013-09-05Adapt generated output to always print paths relative toJörg Mayer1-1/+8
the asn1/<proto>/ subdir. This makes cmake generated builds look identical to autotools generated builds. svn path=/trunk/; revision=51775
2013-08-29Update for Qt 5.1.1.Gerald Combs1-2/+17
svn path=/trunk/; revision=51582
2013-08-25Valgrind requires more resources than running normally. Bump limits to 1.5xEvan Huus1-0/+3
normal when fuzzing with valgrind, as otherwise half the menagerie runs out of memory. svn path=/trunk/; revision=51515
2013-08-24Tool to help convert current expert_add_info_format() calls into filterable ↵Michael Mann1-0/+427
expert info API. It's not as helpful as convert_proto_tree_add_text.pl because the expert string is usually too long to take the ei_ variable name or display filter string as is, but it does do the batch "search and replace" nicely and makes finding common expert info easier. svn path=/trunk/; revision=51506
2013-08-24If the proto_tree_add_text string is just "%s", assume it won't be converted ↵Michael Mann1-6/+14
(it's usually a header that has the same field filterable in its subtree) svn path=/trunk/; revision=51505
2013-08-20Add a valgrind suppressions file set to suppress the zlib error which otherwiseEvan Huus2-1/+17
pops up immediately on the fuzzbot. Hopefully there won't be too many more of these. svn path=/trunk/; revision=51434
2013-08-17Commit far from being perfect conversation tool from hfindex to hfinfo.Jakub Zawadzki1-0/+89
svn path=/trunk/; revision=51407
2013-08-16Be sure to forward BIN_DIR to the valgrind script, probably also needed on theEvan Huus1-4/+6
fuzz-but. svn path=/trunk/; revision=51391
2013-08-16Try to use smarter path resolution and detection in order to work inEvan Huus2-2/+15
environments that are not the build tree (namely the fuzz-bot, but this might make normal out-of-tree builds easier too). svn path=/trunk/; revision=51387