OpenVAS Scanner
7.0.0~git
|
#include <scanneraux.h>
Data Fields | |
char * | network_targets |
char * | network_scan_status |
GHashTable * | files_translation |
GHashTable * | files_size_translation |
char * | scan_id |
Definition at line 32 of file scanneraux.h.
GHashTable* scan_globals::files_size_translation |
Definition at line 37 of file scanneraux.h.
Referenced by files_add_size_translation(), and get_plugin_preference_file_size().
GHashTable* scan_globals::files_translation |
Definition at line 36 of file scanneraux.h.
Referenced by attack_network(), files_add_translation(), and get_plugin_preference_file_content().
char* scan_globals::network_scan_status |
Definition at line 35 of file scanneraux.h.
Referenced by attack_network(), network_scan_status(), and scan_phase().
char* scan_globals::network_targets |
Definition at line 34 of file scanneraux.h.
Referenced by add_target(), attack_network(), and network_targets().
char* scan_globals::scan_id |
Definition at line 38 of file scanneraux.h.
Referenced by attack_start(), handle_client(), load_scan_preferences(), openvas(), scanner_thread(), and set_scan_status().