print(f"{console_util.ANSI_RED}Failed to parse the input file as '{caputre_reader.name()}'. ")
print(f"{console_util.ANSI_RED}Failed to parse the input file as '{capture_reader.name()}'. ")
ifnotargs.format:
print(f"It might happen that the input format as incorrectly detected. Please try using '--format flow' or '--format har' to specify the input format.{console_util.ANSI_RESET}")
sys.exit(1)
@ -239,7 +250,7 @@ def main():
print(f"ValueError: {e}")
# print stack trace
traceback.print_exception(*sys.exc_info())
print(f"{console_util.ANSI_RED}Failed to parse the input file as '{caputre_reader.name()}'. ")
print(f"{console_util.ANSI_RED}Failed to parse the input file as '{capture_reader.name()}'. ")
ifnotargs.format:
print(f"It might happen that the input format as incorrectly detected. Please try using '--format flow' or '--format har' to specify the input format.{console_util.ANSI_RESET}")