OpenVAS Scanner
7.0.1~git
nvt_categories.h
Go to the documentation of this file.
1
/* Portions Copyright (C) 2009-2019 Greenbone Networks GmbH
2
* Based on work Copyright (C) 1998 - 2007 Tenable Network Security, Inc.
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*
6
* This program is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public License
8
* as published by the Free Software Foundation; either version 2
9
* of the License, or (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19
*/
20
30
#ifndef _NVT_CATEGORIES_H
31
#define _NVT_CATEGORIES_H
32
36
typedef
enum
37
{
38
ACT_INIT
= 0,
39
ACT_SCANNER
,
40
ACT_SETTINGS
,
41
ACT_GATHER_INFO
,
42
ACT_ATTACK
,
43
ACT_MIXED_ATTACK
,
44
ACT_DESTRUCTIVE_ATTACK
,
45
ACT_DENIAL
,
46
ACT_KILL_HOST
,
47
ACT_FLOOD
,
48
ACT_END
,
49
}
nvt_category
;
50
51
#endif
/* _NVT_CATEGORIES_H */
ACT_DESTRUCTIVE_ATTACK
Definition:
nvt_categories.h:44
ACT_ATTACK
Definition:
nvt_categories.h:42
ACT_FLOOD
Definition:
nvt_categories.h:47
nvt_category
nvt_category
NVT 'Categories', influence execution order of NVTs.
Definition:
nvt_categories.h:36
ACT_SETTINGS
Definition:
nvt_categories.h:40
ACT_END
Definition:
nvt_categories.h:48
ACT_DENIAL
Definition:
nvt_categories.h:45
ACT_SCANNER
Definition:
nvt_categories.h:39
ACT_INIT
Definition:
nvt_categories.h:38
ACT_KILL_HOST
Definition:
nvt_categories.h:46
ACT_MIXED_ATTACK
Definition:
nvt_categories.h:43
ACT_GATHER_INFO
Definition:
nvt_categories.h:41
misc
nvt_categories.h
Generated on Wed Oct 28 2020 17:21:25 for OpenVAS Scanner by
1.8.14