new option -t

This commit is contained in:
Miroslav Stampar
2010-11-08 11:22:47 +00:00
parent 4e6d1b5118
commit a3de10e3a2
4 changed files with 39 additions and 6 deletions

View File

@@ -456,6 +456,10 @@ def cmdLineParser():
help="Save and resume all data retrieved "
"on a session file")
miscellaneous.add_option("-t", dest="trafficFile",
help="Save all HTTP traffic data "
"into a textual file")
miscellaneous.add_option("--flush-session", dest="flushSession",
action="store_true", default=False,
help="Flush session file for current target")