aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-6/+0
svn path=/trunk/; revision=49444
2013-05-20No always : after URL in svn infoAlexis La Goutte1-1/+1
svn path=/trunk/; revision=49440
2013-05-20Add Modelines Info and remove a tabAlexis La Goutte1-1/+14
svn path=/trunk/; revision=49439
2013-05-19test-fuzzed-cap.sh is now test-captures.shJeff Morriss1-1/+1
svn path=/trunk/; revision=49416
2013-05-19Update test-fuzzed-cap.sh:Evan Huus2-104/+66
- support testing multiple files at once - use tools/test-common.sh to make sure we have the most up-to-date environment variables set (the old version was missing the WMEM_ one for example) - rename to test-captures.sh since it works just fine on non-fuzzed files svn path=/trunk/; revision=49412
2013-05-15If 'svn merge' doesn't work show what applying the patch manually wouldGerald Combs1-4/+15
do. svn path=/trunk/; revision=49319
2013-05-11Support running the massif valgrind tool for memory profiling.Evan Huus1-2/+4
svn path=/trunk/; revision=49251
2013-04-30Add 'dtds' and 'fix' directories to the checklicense whitelist, they don'tEvan Huus1-0/+6
appear to be things we have licensing power over (IANAL). svn path=/trunk/; revision=49095
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs1-1/+1
core, epan, and ui, and link them to each other to varying degrees. This seems to be the best way to organize our documentation. The alternative is to switch to a single doxygen.cfg and manually add files to different groups or sections. Add a wireshark.dox file which contains markup for the main page. Add .dox and .txt to svnadd. Clean up our tag files. Force wsar_html to rebuild each time. svn path=/trunk/; revision=49091
2013-04-28Specify to CppCheck that Wireshark code is C89, not the default C11.Evan Huus1-1/+1
svn path=/trunk/; revision=49083
2013-04-27When fuzzing with valgrind and running without -T, run with -v so that theEvan Huus1-1/+1
argument string is non-empty. Perhaps this will fix the fuzz-bot which fails to run with the empty argument string... svn path=/trunk/; revision=49075
2013-04-26Try to determine the repository URL automatically.Gerald Combs1-1/+7
svn path=/trunk/; revision=49056
2013-04-23Add two tools useful for package maintainers:Gerald Combs2-0/+189
backport-rev attempts to merge a revision from the trunk in the current directory (presumably one of the release branches). gen-bugnote fetches a bug title from bugs.wireshark.org and formats it for inclusion in the release notes. svn path=/trunk/; revision=49004
2013-04-18See whether we can whitelist 'GPL (v3 or later)' for the output of BisonGuy Harris1-0/+6
run on wiretap/ascend.y. svn path=/trunk/; revision=48908
2013-04-17Remove chromium-specific license exceptions which it makes no sense forEvan Huus1-338/+1
us to carry. Add an exception of our own for tools/pidl since that is GPL but the headers are not in a format that licensecheck will pick up, and fixing them all would just introduce a delta with upstream for no reason. svn path=/trunk/; revision=48896
2013-04-17Reverse the arguments we feed to valgrind-wireshark.sh. Add debuggingGerald Combs1-2/+3
output. svn path=/trunk/; revision=48895
2013-04-15Fix a typo.Gerald Combs1-1/+1
svn path=/trunk/; revision=48865
2013-04-15More indentation fixes.Gerald Combs1-2/+2
svn path=/trunk/; revision=48864
2013-04-15Handle the IEEE's new! improved! two-space indentation.Gerald Combs1-3/+3
svn path=/trunk/; revision=48856
2013-04-14Update some of the old FSF addresses caught by the new licensecheck buildbotEvan Huus1-2/+1
step. svn path=/trunk/; revision=48848
2013-04-12From Max Baker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8431Evan Huus3-9/+1121
Enhancements to usb scripts to add many more camera models by extracting data from libgphoto2 (which is LGPL). svn path=/trunk/; revision=48831
2013-04-11Make boilerplate consistent with other generated files and recognizableGerald Combs1-8/+9
by licensecheck. svn path=/trunk/; revision=48826
2013-04-11Set properties.Gerald Combs1-0/+0
svn path=/trunk/; revision=48821
2013-04-10Use consistent "generated automatically" wording which will hopefully beGerald Combs3-7/+5
picked up by licensecheck. svn path=/trunk/; revision=48812
2013-04-10Copy Chromium's checklicenses.py fromGerald Combs1-0/+573
http://src.chromium.org/svn/trunk/src/tools/checklicenses/checklicenses.py@190741 The original referred to the project's LICENSE file. Insert its contents from http://src.chromium.org/svn/trunk/src/LICENSE@174795 Add an exception for GPLv2 or later. svn path=/trunk/; revision=48810
2013-04-07NPL stuff:Jakub Zawadzki2-104/+254
- stubs for more NPL built-ins - try to guess struct size - some work on property attribute. svn path=/trunk/; revision=48774
2013-04-03From Tomas Kukosa:Anders Broman1-43/+78
Make it possible to sort LocalCode value_strings. svn path=/trunk/; revision=48720
2013-03-31[NPL] Pushing changes to wireshark repoJakub Zawadzki3-245/+585
- parser no longer use abort() after failing - initial support for attributes - symbol hashing to avoid strcasecmp() - misc other fixes svn path=/trunk/; revision=48672
2013-03-28Add a little shell script to install all the RPMs necesary to do WiresharkJeff Morriss2-0/+68
development. Both the development and runtime packages are installed although the latter aren't strictly necessary. Ideally this could automatically pull the packages out of packaging/rpm/SPECS/wireshark.spec.in but given the variance in package names between distributions, this seems painful... Tested on Fedora/Redhat and openSUSE. svn path=/trunk/; revision=48624
2013-03-26From Hadriel Kaplan:Jaap Keuter1-4/+33
The 'make-manuf'perl script gets the IEEE 22-bit OUI and IAB registries, but not OUI-36. patch to get the OUI-36 listings. From me: Update header text in template to list the sources actually used. svn path=/trunk/; revision=48572
2013-03-26Align a bit more with upstream.Anders Broman2-13/+17
svn path=/trunk/; revision=48559
2013-03-24[NPL] another weekend work.Jakub Zawadzki3-106/+359
svn path=/trunk/; revision=48527
2013-03-22OPERATION and ERROR tables can loop through only items with either local or ↵Tomas Kukosa1-3/+10
global CODEs svn path=/trunk/; revision=48476
2013-03-18Add .asciidoc support to svnadd. Set properties and add an SVN ID to theGerald Combs1-0/+5
release notes. svn path=/trunk/; revision=48392
2013-03-17[NPL] Fresh stuff.Jakub Zawadzki4-103/+458
svn path=/trunk/; revision=48353
2013-03-16flag up a warning if someone includes gcrypt.h instead of wsutil/wsgcrypt.hMartin Kaiser1-0/+24
svn path=/trunk/; revision=48340
2013-03-15Sometimes the Python you want isn't /usr/bin/python. Fix the shebang.Gerald Combs1-1/+1
svn path=/trunk/; revision=48331
2013-03-15Set properties.Gerald Combs1-0/+0
svn path=/trunk/; revision=48330
2013-03-15Add asn2deb idl2deb to distBalint Reczey1-0/+2
svn path=/trunk/; revision=48322
2013-03-15Add -W option to valgrind script that just runs the gui without any captureEvan Huus1-1/+4
files. svn path=/trunk/; revision=48320
2013-03-10Update usage info for valgrind script. We almost need a proper man page forEvan Huus1-1/+1
this now. svn path=/trunk/; revision=48230
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus2-2/+0
(removed in r48218) which did nothing particularly useful. Also lets us remove another debugging environment variable. svn path=/trunk/; revision=48219
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-1/+0
glib memory slices. - We weren't doing anything with the emem slab that couldn't be done with glib slices. - Removes a fair bit of code as well as one debugging environment variable. - Glib slices are much cache-friendlier and are multi-threading friendly (if we ever go there). - Allows glib to actually return slices to the OS on occasion. The emem slab would hold onto its memory forever which resulted in a great deal of wasted memory after closing a large file. svn path=/trunk/; revision=48218
2013-03-09[NPL] Misc fixesJakub Zawadzki4-100/+391
svn path=/trunk/; revision=48216
2013-03-09Update lex and yaccAnders Broman2-4/+4
svn path=/trunk/; revision=48213
2013-03-09Switch to WinPcap 4.1.3.Gerald Combs2-2/+2
svn path=/trunk/; revision=48207
2013-03-08Switch to c-ares 1.9.1.Gerald Combs2-2/+2
svn path=/trunk/; revision=48191
2013-03-07[NPL] Simplify parser for EXPRESSION_FIELD (Expression, ".", ID)Jakub Zawadzki2-4/+3
svn path=/trunk/; revision=48178
2013-03-06Merge asn2deb and idl2deb from official Debian packageBalint Reczey2-0/+435
svn path=/trunk/; revision=48133
2013-03-04Align lempar somewhat with upstream.Anders Broman1-24/+34
svn path=/trunk/; revision=48071