aboutsummaryrefslogtreecommitdiffstats
path: root/tools/valgrind-wireshark.sh
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Update valgrind script for the UIEvan Huus1-2/+2
2015-06-26tools: permit setting BIN_DIR in the environmentEvan Huus1-4/+6
2015-02-06More emem removal.Jeff Morriss1-2/+0
2014-05-09Add -Q for QtShark and change the dumpcap command to use number ofAndersBroman1-2/+5
2014-05-08Add a command option for dumpcap.AndersBroman1-2/+5
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
2013-11-11Add -P option to allow specifying the 'callgrind-out-file' nameBill Meier1-2/+4
2013-09-12When profiling we are more interested in real-world performance than memoryEvan Huus1-8/+10
2013-08-20Add a valgrind suppressions file set to suppress the zlib error which otherwiseEvan Huus1-1/+1
2013-08-16Try to use smarter path resolution and detection in order to work inEvan Huus1-1/+14
2013-06-19Add a couple of missing lines from the usage output.Martin Mathieson1-1/+1
2013-06-05Add a -Y option to match test-captures.sh: it runs tshark with a read filter ...Jeff Morriss1-1/+2
2013-05-28Use the local libtool rather than whatever is in PATH. This works justEvan Huus1-1/+1
2013-05-23Add -p option to the valgrind script for profiling with callgrind.Evan Huus1-1/+2
2013-05-11Support running the massif valgrind tool for memory profiling.Evan Huus1-2/+4
2013-03-15Add -W option to valgrind script that just runs the gui without any captureEvan Huus1-1/+4
2013-03-10Update usage info for valgrind script. We almost need a proper man page forEvan Huus1-1/+1
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus1-1/+0
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-1/+0
2013-03-02Don't pass -v straight to valgrind, it's rarely useful. Just increasingEvan Huus1-1/+1
2013-02-14Add an option for bypassing the wmem slab similar to the one forEvan Huus1-0/+1
2013-01-16Add -v for verbose valgrind output.Evan Huus1-2/+3
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss1-0/+1
2012-12-27Change the format of the environment variable slightly to allow overridingEvan Huus1-1/+1
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus1-1/+1
2012-12-04Make the new -T option not overwrite the other options, so it canEvan Huus1-1/+1
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-24Make the wmem scopes friendly to the valgrind script like emem is.Evan Huus1-0/+1
2012-11-09Add -n option to valgrind script that runs with -v instead of a pcap file.Evan Huus1-4/+14
2012-07-26valgrind-wireshark.sh:Evan Huus1-11/+13
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-01Add copyright notices. Fix SVN properties on svnadd.Jeff Morriss1-2/+22
2012-04-30From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7218 :Jeff Morriss1-3/+4
2012-03-16Make it possible to run capinfos and editcap from this script.Jeff Morriss1-2/+9
2011-10-27Add a little shell script to export the appropriate variables necessary forJeff Morriss1-0/+39