Skip to content

move support functions to ScanHelper, separate data from code in preparation...

Matthias Wittgen requested to merge cleanup_scanConsole_1 into devel

move support functions to ScanHelper, separate data from code in preparation of introducing a class ScanConsole

This is the first part of the cleanup. Moving utility functions to ScanHelper. Adding ScanOpts to hold the scan configuration from command line. There are no functional changes to YARR.

Next steps: is turn the current scanConsole code as is into a class. Then cleanup configuration file loading to create a single entry point for the configuration data, python bindings, etc.

Merge request reports