diff --git a/ddos_dissector.py b/ddos_dissector.py index ab22c2c..880d960 100755 --- a/ddos_dissector.py +++ b/ddos_dissector.py @@ -242,6 +242,7 @@ def prepare_tshark_cmd(input_path): :param input_path: filename return: tshark command line to be used to convert the file """ + tshark = shutil.which("tshark") if not tshark: logger.error("Tshark software not found. It should be on the path.\n")