OpenVAS Scanner  7.0.1~git
nvt_categories.h File Reference

Category (ACT_*) definitions. More...

This graph shows which files directly or indirectly include this file:

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

Definition in file nvt_categories.h.

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 

Definition at line 36 of file nvt_categories.h.

ACT_FLOOD
@ ACT_FLOOD
Definition: nvt_categories.h:47
nvt_category
nvt_category
NVT 'Categories', influence execution order of NVTs.
Definition: nvt_categories.h:36
ACT_ATTACK
@ ACT_ATTACK
Definition: nvt_categories.h:42
ACT_END
@ ACT_END
Definition: nvt_categories.h:48
ACT_SETTINGS
@ ACT_SETTINGS
Definition: nvt_categories.h:40
ACT_DENIAL
@ ACT_DENIAL
Definition: nvt_categories.h:45
ACT_SCANNER
@ ACT_SCANNER
Definition: nvt_categories.h:39
ACT_MIXED_ATTACK
@ ACT_MIXED_ATTACK
Definition: nvt_categories.h:43
ACT_GATHER_INFO
@ ACT_GATHER_INFO
Definition: nvt_categories.h:41
ACT_KILL_HOST
@ ACT_KILL_HOST
Definition: nvt_categories.h:46
ACT_INIT
@ ACT_INIT
Definition: nvt_categories.h:38
ACT_DESTRUCTIVE_ATTACK
@ ACT_DESTRUCTIVE_ATTACK
Definition: nvt_categories.h:44