OpenVAS Scanner
7.0.0~git
|
Category (ACT_*) definitions. More...
Go to the source code of this file.
Enumerations | |
enum | nvt_category { ACT_INIT = 0, ACT_SCANNER, ACT_SETTINGS, ACT_GATHER_INFO, ACT_ATTACK, ACT_MIXED_ATTACK, ACT_DESTRUCTIVE_ATTACK, ACT_DENIAL, ACT_KILL_HOST, ACT_FLOOD, ACT_END } |
NVT 'Categories', influence execution order of NVTs. More... | |
Category (ACT_*) definitions.
This file contains defines for the categories of NVTs. Categories influence the execution order of NVTs (e.g. NVTs with category ACT_SCANNER are in principle executed first).
Definition in file nvt_categories.h.
enum nvt_category |
NVT 'Categories', influence execution order of NVTs.
Enumerator | |
---|---|
ACT_INIT | |
ACT_SCANNER | |
ACT_SETTINGS | |
ACT_GATHER_INFO | |
ACT_ATTACK | |
ACT_MIXED_ATTACK | |
ACT_DESTRUCTIVE_ATTACK | |
ACT_DENIAL | |
ACT_KILL_HOST | |
ACT_FLOOD | |
ACT_END |
Definition at line 36 of file nvt_categories.h.