OpenVAS Scanner 23.40.3
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 22 of file nvt_categories.h.

23{
24 ACT_INIT = 0,
34 ACT_END,
nvt_category
NVT 'Categories', influence execution order of NVTs.
@ ACT_KILL_HOST
@ ACT_DESTRUCTIVE_ATTACK
@ ACT_SCANNER
@ ACT_END
@ ACT_FLOOD
@ ACT_GATHER_INFO
@ ACT_DENIAL
@ ACT_ATTACK
@ ACT_SETTINGS
@ ACT_MIXED_ATTACK
@ ACT_INIT