aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Move setting of WIRESHARK_ABORT_ON_DISSECTOR_BUG together with other Wireshar...Jeff Morriss1-2/+3
2012-12-11Update the User's Guide to 1.9Pascal Quantin2-2/+2
2012-12-07Update the User's Guide to 1.8Pascal Quantin2-2/+2
2012-12-07Move a lot of common fuzz-test and randpkt-test code to its own fileGerald Combs4-169/+152
2012-12-05Update USB vendor and product ids and escape non ASCII charactersPascal Quantin1-2/+2
2012-12-04Make the new -T option not overwrite the other options, so it canEvan Huus1-1/+1
2012-12-02Add SET_ADDRESS and SET_ADDRESS_HF to the list of APIs we (may--if we uncomme...Jeff Morriss1-1/+3
2012-12-02Add an option to control whether tshark builds the tree (\"-T\").Jeff Morriss1-2/+5
2012-12-01Fix typoEvan Huus1-1/+1
2012-12-01Add -r option to valgrind script for --show-reachable=yes.Evan Huus1-3/+4
2012-11-29As requested by Anders on -dev: check enum_val_t's for NULL termination.Jeff Morriss1-0/+34
2012-11-29From Michal Labedzki:Anders Broman1-0/+97
2012-11-24Make the wmem scopes friendly to the valgrind script like emem is.Evan Huus1-0/+1
2012-11-19If tshark doesn't fail when building the tree, try again without -V.Jeff Morriss1-1/+7
2012-11-13Use proto_tree_add_<signed integer> functions for signed giop datatypesMichael Mann1-4/+4
2012-11-09Add -n option to valgrind script that runs with -v instead of a pcap file.Evan Huus1-4/+14
2012-11-05Add a few more expert_add_info_format calls to giop dissector which requires ...Michael Mann1-170/+94
2012-10-26Add an option (-P) for a minimum plugin count.Gerald Combs1-6/+8
2012-10-22Make the fuzz-test plugin error into a warning, since lacking pluginsEvan Huus1-2/+2
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