Skip to content
Snippets Groups Projects
Commit e27e4b6f authored by zer0@platinum's avatar zer0@platinum
Browse files

AM: add stop_filter as a possible sniff() argument

parent e0dc9af8
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class AnsweringMachine(object):
function_name = ""
filter = None
sniff_options = { "store":0 }
sniff_options_list = [ "store", "iface", "count", "promisc", "filter", "type", "prn" ]
sniff_options_list = [ "store", "iface", "count", "promisc", "filter", "type", "prn", "stop_filter" ]
send_options = { "verbose":0 }
send_options_list = ["iface", "inter", "loop", "verbose"]
send_function = staticmethod(send)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment