OpenVAS Scanner  6.0.0~git
Enumerations
nvt_categories.h File Reference

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...
 

Detailed Description

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).

Enumeration Type Documentation

◆ 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