aboutsummaryrefslogtreecommitdiffstats
path: root/tools/indexcap.py
AgeCommit message (Expand)AuthorFilesLines
2009-10-18Default to number of CPUs availablekrj1-1/+1
2009-10-11Remove temporary directory on shutdownkrj1-13/+8
2009-10-11Add an option to randomize file list orderkrj1-1/+8
2009-10-11Remember to create a temporary directory before dissectingkrj1-0/+1
2009-09-26Delete log files from test runs that were succesfulkrj1-0/+4
2009-09-26* Redirect stdout/stderr to temporary fileskrj1-9/+28
2009-09-26Start implementing 'compare against baseline'. When fully implemented we'll b...krj1-11/+44
2009-09-26Add support for running tshark (-d) on a set of files matching a certains pro...krj1-28/+77
2009-09-26Look for both tshark and tshark.exekrj1-2/+10
2009-09-26Add option to dump all files containing a protocol (possibly a comma delimite...krj1-14/+38
2009-09-25Set the usual properties + executable:sfisher1-0/+0
2009-09-25Handle keyboard interrupts gracefullykrj1-17/+24
2009-09-25* Cleanup printkrj1-17/+6
2009-09-25Use timeout to keep the file progress printing smoothkrj1-3/+9
2009-09-25Use apply_async and print out file progress in the parent processkrj1-9/+12
2009-09-25Refactoring: add find_capture_files()krj1-9/+12
2009-09-25Add option to dump all files in index filekrj1-1/+15
2009-09-25Add option to dump all protocols in index filekrj1-13/+25
2009-09-25* Handle some error path more gracefullykrj1-9/+10
2009-09-25Use pickle to store the results into the index filekrj1-8/+22
2009-09-25Add initial multiprocessing supportkrj1-22/+35
2009-09-24The beginning of a Python script/tool that indexes capture files. It currentl...krj1-0/+89