|
- def __init__(self, pcap_file_path: str, pcap_out_path: str, do_extra_tests: bool, non_verbose: bool):
|
|
+ def __init__(self, pcap_file_path: str, do_extra_tests: bool, non_verbose: bool, pcap_out_path: str=None):
|
|
Creates a new Controller, acting as a central coordinator for the whole application.
|
|
Creates a new Controller, acting as a central coordinator for the whole application.
|