aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-1/+3
2012-07-13Fix Coverity CID 709600: Resource leak.Chris Maynard1-0/+1
2012-07-09From Martin Kaiser:Anders Broman1-3/+6
2012-07-08Add a function to packet-giop.c that does what the code that Jeff Morriss1-10/+1
2012-07-08Eliminate a lot of function-local variables by not storing the result ofJeff Morriss1-161/+55
2012-07-03As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+39
2012-07-02From Todd Eigenschink via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki11-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki18-20/+20
2012-06-19Use the first matched color instead of the last one, which is whatGerald Combs1-1/+4
2012-06-18Switch to a working tag (r43278).Gerald Combs1-1/+1
2012-06-11Prohibit strtod() (as per r 43212).Jeff Morriss1-69/+70
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-6/+14