OpenVAS Libraries
4.0+rc3.SVN
Main Page
Related Pages
Data Structures
Files
File List
Globals
nasl
nasl_scanner_glue.h
1
/* Nessus Attack Scripting Language
2
*
3
* Copyright (C) 2002 - 2003 Michel Arboi and Renaud Deraison
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2,
7
* as published by the Free Software Foundation
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
*/
18
19
#ifndef NASL_SCANNER_GLUE_H
20
#define NASL_SCANNER_GLUE_H
21
tree_cell
*script_timeout (
lex_ctxt
*);
22
tree_cell
*script_id (
lex_ctxt
*);
23
tree_cell
*script_oid (
lex_ctxt
*);
24
tree_cell
*script_cve_id (
lex_ctxt
*);
25
tree_cell
*script_bugtraq_id (
lex_ctxt
*);
26
tree_cell
*script_xref (
lex_ctxt
*);
27
tree_cell
*script_tag (
lex_ctxt
*);
28
tree_cell
*script_see_also (
lex_ctxt
*);
29
tree_cell
*script_name (
lex_ctxt
*);
30
tree_cell
*script_version (
lex_ctxt
*);
31
tree_cell
*script_description (
lex_ctxt
*);
32
tree_cell
*script_copyright (
lex_ctxt
*);
33
tree_cell
*script_summary (
lex_ctxt
*);
34
tree_cell
*script_category (
lex_ctxt
*);
35
tree_cell
*script_family (
lex_ctxt
*);
36
tree_cell
*script_dependencie (
lex_ctxt
*);
37
tree_cell
*script_require_keys (
lex_ctxt
*);
38
tree_cell
*script_mandatory_keys (
lex_ctxt
*);
39
tree_cell
*script_exclude_keys (
lex_ctxt
*);
40
tree_cell
*script_require_ports (
lex_ctxt
*);
41
tree_cell
*script_require_udp_ports (
lex_ctxt
*);
42
tree_cell
*nasl_get_preference (
lex_ctxt
*);
43
tree_cell
*script_add_preference (
lex_ctxt
*);
44
tree_cell
*script_get_preference (
lex_ctxt
*);
45
tree_cell
*script_get_preference_file_content (
lex_ctxt
*);
46
tree_cell
*script_get_preference_file_location (
lex_ctxt
*);
47
tree_cell
*safe_checks (
lex_ctxt
*);
48
tree_cell
*scan_phase (
lex_ctxt
*);
49
tree_cell
*network_targets (
lex_ctxt
*);
50
tree_cell
*get_kb_item (
lex_ctxt
*);
51
tree_cell
*
get_kb_fresh_item
(
lex_ctxt
*);
52
tree_cell
*get_kb_list (
lex_ctxt
*);
53
tree_cell
*set_kb_item (
lex_ctxt
*);
54
tree_cell
*replace_kb_item (
lex_ctxt
*);
55
tree_cell
*security_hole (
lex_ctxt
*);
56
tree_cell
*security_warning (
lex_ctxt
*);
57
tree_cell
*security_note (
lex_ctxt
*);
58
tree_cell
*log_message (
lex_ctxt
*);
59
tree_cell
*debug_message (
lex_ctxt
*);
60
tree_cell
*
nasl_scanner_get_port
(
lex_ctxt
*);
61
tree_cell
*nasl_scanner_add_port (
lex_ctxt
*);
62
tree_cell
*nasl_scanner_status (
lex_ctxt
*);
63
64
tree_cell
*nasl_shared_socket_register (
lex_ctxt
*);
65
tree_cell
*nasl_shared_socket_acquire (
lex_ctxt
*);
66
tree_cell
*nasl_shared_socket_release (
lex_ctxt
*);
67
tree_cell
*nasl_shared_socket_destroy (
lex_ctxt
*);
68
#endif
Generated by
1.8.1.1