OpenVAS Libraries  9.0.1
nasl_scanner_glue.h
Go to the documentation of this file.
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
59 
60 #endif
tree_cell * script_version(lex_ctxt *)
Definition: nasl_scanner_glue.c:254
tree_cell * log_message(lex_ctxt *)
Definition: nasl_scanner_glue.c:933
tree_cell * nasl_scanner_get_port(lex_ctxt *)
Definition: nasl_scanner_glue.c:975
tree_cell * get_script_oid(lex_ctxt *)
Return the OID of the current script.
Definition: nasl_scanner_glue.c:647
tree_cell * nasl_scanner_status(lex_ctxt *)
Definition: nasl_scanner_glue.c:1033
tree_cell * security_message(lex_ctxt *)
Send a security message to the client.
Definition: nasl_scanner_glue.c:927
tree_cell * set_kb_item(lex_ctxt *)
Definition: nasl_scanner_glue.c:811
tree_cell * script_bugtraq_id(lex_ctxt *)
Definition: nasl_scanner_glue.c:150
tree_cell * script_category(lex_ctxt *)
Definition: nasl_scanner_glue.c:287
tree_cell * script_get_preference_file_location(lex_ctxt *)
Definition: nasl_scanner_glue.c:547
tree_cell * script_timeout(lex_ctxt *)
Definition: nasl_scanner_glue.c:89
tree_cell * script_summary(lex_ctxt *)
Definition: nasl_scanner_glue.c:280
tree_cell * scan_phase(lex_ctxt *)
Definition: nasl_scanner_glue.c:596
tree_cell * get_kb_item(lex_ctxt *)
Definition: nasl_scanner_glue.c:724
tree_cell * script_tag(lex_ctxt *)
Definition: nasl_scanner_glue.c:204
tree_cell * script_name(lex_ctxt *)
Definition: nasl_scanner_glue.c:245
tree_cell * script_require_keys(lex_ctxt *)
Definition: nasl_scanner_glue.c:339
Definition: nasl_tree.h:105
tree_cell * script_get_preference_file_content(lex_ctxt *)
Definition: nasl_scanner_glue.c:504
Definition: nasl_lex_ctxt.h:31
tree_cell * script_id(lex_ctxt *)
Definition: nasl_scanner_glue.c:103
tree_cell * script_require_ports(lex_ctxt *)
Definition: nasl_scanner_glue.c:411
tree_cell * safe_checks(lex_ctxt *)
Definition: nasl_scanner_glue.c:585
tree_cell * script_add_preference(lex_ctxt *)
Definition: nasl_scanner_glue.c:448
tree_cell * script_mandatory_keys(lex_ctxt *)
Definition: nasl_scanner_glue.c:362
tree_cell * nasl_get_preference(lex_ctxt *)
Definition: nasl_scanner_glue.c:945
tree_cell * script_require_udp_ports(lex_ctxt *)
Definition: nasl_scanner_glue.c:430
tree_cell * network_targets(lex_ctxt *)
Definition: nasl_scanner_glue.c:619
tree_cell * error_message(lex_ctxt *)
Definition: nasl_scanner_glue.c:939
tree_cell * script_dependencies(lex_ctxt *)
Definition: nasl_scanner_glue.c:312
tree_cell * script_get_preference(lex_ctxt *)
Definition: nasl_scanner_glue.c:467
tree_cell * get_kb_list(lex_ctxt *)
Definition: nasl_scanner_glue.c:665
tree_cell * script_exclude_keys(lex_ctxt *)
Definition: nasl_scanner_glue.c:387
tree_cell * script_copyright(lex_ctxt *)
Definition: nasl_scanner_glue.c:272
tree_cell * script_cve_id(lex_ctxt *)
Definition: nasl_scanner_glue.c:131
tree_cell * script_oid(lex_ctxt *)
Definition: nasl_scanner_glue.c:120
tree_cell * script_xref(lex_ctxt *)
Definition: nasl_scanner_glue.c:167
tree_cell * script_family(lex_ctxt *)
Definition: nasl_scanner_glue.c:304
tree_cell * replace_kb_item(lex_ctxt *)
Definition: nasl_scanner_glue.c:770
tree_cell * nasl_scanner_add_port(lex_ctxt *)
Definition: nasl_scanner_glue.c:1017