Go to the documentation of this file.
33 #ifndef _NVT_CATEGORIES_H
34 #define _NVT_CATEGORIES_H
43 #define ACT_LAST ACT_END
45 #define ACT_FIRST ACT_INIT
47 #define ACT_UNKNOWN 11
50 #define ACT_KILL_HOST 8
52 #define ACT_DESTRUCTIVE_ATTACK 6
53 #define ACT_MIXED_ATTACK 5
55 #define ACT_GATHER_INFO 3
56 #define ACT_SETTINGS 2
60 #define ACT_STRING_INIT "init"
61 #define ACT_STRING_SCANNER "scanner"
62 #define ACT_STRING_SETTINGS "settings"
63 #define ACT_STRING_GATHER_INFO "infos"
64 #define ACT_STRING_ATTACK "attack"
65 #define ACT_STRING_MIXED_ATTACK "mixed"
66 #define ACT_STRING_DESTRUCTIVE_ATTACK "destructive_attack"
67 #define ACT_STRING_DENIAL "denial"
68 #define ACT_STRING_KILL_HOST "kill_host"
69 #define ACT_STRING_FLOOD "flood"
70 #define ACT_STRING_END "end"
71 #define ACT_STRING_UNKNOWN "unknown"
73 #define ACT_STRING_LIST_ALL ACT_STRING_INIT , \
74 ACT_STRING_SCANNER , \
75 ACT_STRING_SETTINGS , \
76 ACT_STRING_GATHER_INFO , \
78 ACT_STRING_MIXED_ATTACK , \
79 ACT_STRING_DESTRUCTIVE_ATTACK , \
81 ACT_STRING_KILL_HOST , \