OpenVAS Scanner 22.7.9
nasl_scanner_glue.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Greenbone AG
2 * SPDX-FileCopyrightText: 2002-2003 Michel Arboi
3 * SPDX-FileCopyrightText: 2002-2003 Renaud Deraison
4 *
5 * SPDX-License-Identifier: GPL-2.0-only
6 */
7
8#ifndef NASL_NASL_SCANNER_GLUE_H
9#define NASL_NASL_SCANNER_GLUE_H
10
11#include "nasl_lex_ctxt.h"
12
15
18
21
24
27
30
33
36
39
42
45
48
51
54
57
60
63
66
69
72
75
78
81
84
87
90
93
96
99
100tree_cell *
102
103tree_cell *
105
106tree_cell *
108
109tree_cell *
111
112tree_cell *
114
115tree_cell *
117
118#endif
tree_cell * get_host_kb_index(lex_ctxt *)
Get the kb index of the host running the current script.
tree_cell * script_get_preference_file_location(lex_ctxt *)
tree_cell * get_script_oid(lex_ctxt *)
Return the OID of the current script.
tree_cell * security_message(lex_ctxt *)
Send a security message to the client.
tree_cell * script_timeout(lex_ctxt *)
Add timeout preference to VT preferences.
tree_cell * script_version(lex_ctxt *)
tree_cell * script_xref(lex_ctxt *)
Add a cross reference to the meta data.
tree_cell * set_kb_item(lex_ctxt *)
Set a kb item.
tree_cell * get_kb_item(lex_ctxt *)
tree_cell * error_message(lex_ctxt *)
tree_cell * script_require_ports(lex_ctxt *)
tree_cell * nasl_get_preference(lex_ctxt *)
tree_cell * script_require_udp_ports(lex_ctxt *)
tree_cell * replace_kb_item(lex_ctxt *)
tree_cell * nasl_scanner_add_port(lex_ctxt *)
tree_cell * script_get_preference_file_content(lex_ctxt *)
tree_cell * safe_checks(lex_ctxt *)
tree_cell * script_dependencies(lex_ctxt *)
tree_cell * log_message(lex_ctxt *)
tree_cell * script_mandatory_keys(lex_ctxt *)
tree_cell * get_kb_list(lex_ctxt *)
tree_cell * script_oid(lex_ctxt *)
tree_cell * script_add_preference(lex_ctxt *)
tree_cell * script_tag(lex_ctxt *)
tree_cell * script_require_keys(lex_ctxt *)
tree_cell * script_cve_id(lex_ctxt *)
tree_cell * script_name(lex_ctxt *)
tree_cell * script_get_preference(lex_ctxt *)
Get a preferences of the current script.
tree_cell * script_category(lex_ctxt *)
tree_cell * nasl_scanner_status(lex_ctxt *)
tree_cell * script_copyright(lex_ctxt *)
tree_cell * nasl_scanner_get_port(lex_ctxt *)
tree_cell * script_exclude_keys(lex_ctxt *)
tree_cell * nasl_vendor_version(lex_ctxt *)
tree_cell * script_family(lex_ctxt *)
Definition: nasl_tree.h:94