OpenVAS Libraries  9.0.2
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
60 
61 #endif
tree_cell * script_version(lex_ctxt *)
Definition: nasl_scanner_glue.c:255
tree_cell * log_message(lex_ctxt *)
Definition: nasl_scanner_glue.c:935
tree_cell * nasl_scanner_get_port(lex_ctxt *)
Definition: nasl_scanner_glue.c:991
tree_cell * get_script_oid(lex_ctxt *)
Return the OID of the current script.
Definition: nasl_scanner_glue.c:649
tree_cell * nasl_scanner_status(lex_ctxt *)
Definition: nasl_scanner_glue.c:1049
tree_cell * security_message(lex_ctxt *)
Send a security message to the client.
Definition: nasl_scanner_glue.c:929
tree_cell * set_kb_item(lex_ctxt *)
Definition: nasl_scanner_glue.c:813
tree_cell * script_bugtraq_id(lex_ctxt *)
Definition: nasl_scanner_glue.c:151
tree_cell * script_category(lex_ctxt *)
Definition: nasl_scanner_glue.c:288
tree_cell * script_get_preference_file_location(lex_ctxt *)
Definition: nasl_scanner_glue.c:549
tree_cell * script_timeout(lex_ctxt *)
Definition: nasl_scanner_glue.c:90
tree_cell * script_summary(lex_ctxt *)
Definition: nasl_scanner_glue.c:281
tree_cell * scan_phase(lex_ctxt *)
Definition: nasl_scanner_glue.c:598
tree_cell * get_kb_item(lex_ctxt *)
Definition: nasl_scanner_glue.c:726
tree_cell * script_tag(lex_ctxt *)
Definition: nasl_scanner_glue.c:205
tree_cell * script_name(lex_ctxt *)
Definition: nasl_scanner_glue.c:246
tree_cell * script_require_keys(lex_ctxt *)
Definition: nasl_scanner_glue.c:340
Definition: nasl_tree.h:105
tree_cell * script_get_preference_file_content(lex_ctxt *)
Definition: nasl_scanner_glue.c:506
Definition: nasl_lex_ctxt.h:31
tree_cell * script_id(lex_ctxt *)
Definition: nasl_scanner_glue.c:104
tree_cell * script_require_ports(lex_ctxt *)
Definition: nasl_scanner_glue.c:412
tree_cell * safe_checks(lex_ctxt *)
Definition: nasl_scanner_glue.c:587
tree_cell * script_add_preference(lex_ctxt *)
Definition: nasl_scanner_glue.c:449
tree_cell * script_mandatory_keys(lex_ctxt *)
Definition: nasl_scanner_glue.c:363
tree_cell * nasl_vendor_version(lex_ctxt *)
Definition: nasl_scanner_glue.c:970
tree_cell * nasl_get_preference(lex_ctxt *)
Definition: nasl_scanner_glue.c:947
tree_cell * script_require_udp_ports(lex_ctxt *)
Definition: nasl_scanner_glue.c:431
tree_cell * network_targets(lex_ctxt *)
Definition: nasl_scanner_glue.c:621
tree_cell * error_message(lex_ctxt *)
Definition: nasl_scanner_glue.c:941
tree_cell * script_dependencies(lex_ctxt *)
Definition: nasl_scanner_glue.c:313
tree_cell * script_get_preference(lex_ctxt *)
Definition: nasl_scanner_glue.c:468
tree_cell * get_kb_list(lex_ctxt *)
Definition: nasl_scanner_glue.c:667
tree_cell * script_exclude_keys(lex_ctxt *)
Definition: nasl_scanner_glue.c:388
tree_cell * script_copyright(lex_ctxt *)
Definition: nasl_scanner_glue.c:273
tree_cell * script_cve_id(lex_ctxt *)
Definition: nasl_scanner_glue.c:132
tree_cell * script_oid(lex_ctxt *)
Definition: nasl_scanner_glue.c:121
tree_cell * script_xref(lex_ctxt *)
Definition: nasl_scanner_glue.c:168
tree_cell * script_family(lex_ctxt *)
Definition: nasl_scanner_glue.c:305
tree_cell * replace_kb_item(lex_ctxt *)
Definition: nasl_scanner_glue.c:772
tree_cell * nasl_scanner_add_port(lex_ctxt *)
Definition: nasl_scanner_glue.c:1033