aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Add verbose option to the cppcheck script.Evan Huus1-1/+2
2012-10-13Enhancements to the CppCheck script:Evan Huus1-11/+37
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann1-198/+622
2012-10-09If our error output is huge (> 5 MB) trim out the middle of the file.Gerald Combs2-0/+18
2012-10-07Make "tools", which includes lrelease. Update the version to 4.8.3.Gerald Combs1-3/+3
2012-10-03Add the command and arguments to the error file.Gerald Combs2-1/+4
2012-10-03Fix return code checking (hopefully).Gerald Combs2-2/+2
2012-10-02Test with the presence (-nVxr) and absence (-nr) of the tree. We nowGerald Combs2-11/+23
2012-09-29From Bill Parker:Guy Harris1-13/+25
2012-09-27Added additional server information in NCP 23/17 reply structure for OES Linux.Greg Morris1-1/+13
2012-09-25Touch the file in make-dissector-reg.py if it hasn't changed, so thatEvan Huus1-0/+14
2012-09-24Update make-dissector-reg.py to match r45083. Instead of writing the newGerald Combs1-59/+54
2012-09-24make-dissector-regJörg Mayer2-1/+5
2012-09-21Followup to r45034: Don't define _U_ on the compile line, pull it in fromJeff Morriss3-8/+7
2012-09-21Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss2-6/+3
2012-09-20Fix lemon build with cmake by defining _U_. I feel like there's a betterEvan Huus1-0/+6
2012-09-20lemon is not compiled with HAVE_CONFIG_h so don't test for it nor try to incl...Jeff Morriss1-7/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-19Remove #defines that provided backward source compatibilityJörg Mayer1-7/+0
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss5-15/+5
2012-09-18If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it'sJeff Morriss1-0/+4
2012-09-17Put back the part of the regexp's that avoids finding function prototypes.Jeff Morriss1-2/+2
2012-09-17Rather than reading the dissectors line by line and searching for theJeff Morriss1-35/+30
2012-09-17Unique-ify the list of dissector registration and handoff functions while weJeff Morriss1-3/+4
2012-09-13Remove our local copy of WinPcap and download it fromGerald Combs3-15/+17
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+4
2012-09-10Use non-capturing grouping when grouping just for alternatives;Bill Meier1-6/+6
2012-09-10string_strings and range_strings must also be {0, NULL} terminated.Jeff Morriss1-40/+42
2012-09-05Run 'git log' if we have a .git directory. Fixes a copy+paste error.Gerald Combs2-2/+2
2012-09-05Replace process_RequestOperation macro by a real function to speedup compilat...Pascal Quantin1-6/+14
2012-08-24Check for PFNAME #define as it is a common substitute for a literal string fo...Michael Mann1-3/+20
2012-08-23Allow proto filter names to have a period in them and allow display filter na...Michael Mann1-0/+26
2012-08-19Don't go into a tight loop when there's no specific number of passes.Evan Huus1-17/+19
2012-08-19From Toralf Förster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2-2/+2
2012-08-17Move error reporting to a common function. Lot information about the Gerald Combs2-22/+41
2012-08-14Bug 3725 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3725)Michael Mann1-9/+0
2012-08-12Catch more types of valgrind errors in the fuzz-tester.Evan Huus1-0/+3
2012-08-08From Michael Mann on -dev:Jeff Morriss1-1/+1
2012-08-08Use expert infos instead of g_warning when something unexpected is found.Jeff Morriss1-11/+25
2012-08-01Add support for (ignoring) idl2wrs generated dissectors.Michael Mann1-33/+80
2012-07-31Add comments to point out that these 2 scripts do the same thing.Jeff Morriss2-4/+8
2012-07-27Update the usage stanza for fuzz-test to reflect the changes in r44024.Evan Huus1-1/+1
2012-07-27Use HEAD for git-compare-abis.shJakub Zawadzki1-2/+2
2012-07-26valgrind-wireshark.sh:Evan Huus2-22/+45
2012-07-23Add cppcheck tools to the source distribution.Jeff Morriss1-1/+4
2012-07-23r43756 said that _snwprintf is banned. Make it so.Jeff Morriss1-1/+2
2012-07-21Enhancements to the cppcheck script:Evan Huus1-16/+18
2012-07-19Add a local errorCount variable to functions that use it, have themGuy Harris1-2/+7
2012-07-19Yup, that did it. Make use of ENC_ values in non-item proto_tree_addGuy Harris1-1/+3
2012-07-18Add basic CppCheck configuration and runner.Evan Huus3-0/+68