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