aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/indexcap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/indexcap.py b/tools/indexcap.py
index 6c0c039a90..0c363bf343 100755
--- a/tools/indexcap.py
+++ b/tools/indexcap.py
@@ -284,7 +284,7 @@ def main():
elif options.dissect_files:
dissect_files(tshark_bin, tmpdir, options.num_procs, options.max_files, cap_files)
else:
- extract_protos_from_file(tshark_bin, tmpdir, options.num_procs, options.max_files, cap_files, cap_hash, index_file_name)
+ extract_protos_from_file(tshark_bin, options.num_procs, options.max_files, cap_files, cap_hash, index_file_name)
os.rmdir(tmpdir)
if __name__ == "__main__":