|
OpenVAS Libraries
6.0+beta5
|
#include <signal.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include <libssh/libssh.h>#include "hosts_gatherer.h"#include "kb.h"#include "network.h"#include "system.h"#include "nasl.h"#include "nasl_tree.h"#include "nasl_global_ctxt.h"#include "nasl_func.h"#include "nasl_var.h"#include "nasl_lex_ctxt.h"#include "exec.h"#include "../base/gpgme_util.h"#include <glib.h>Macros | |
| #define | MAP_FAILED ((void*)-1) |
Functions | |
| char * | nasl_version () |
| int | execute_instruction (struct arglist *, char *) |
| void | exit_nasl (struct arglist *, int) |
| void | sighandler (int s) |
| struct arglist * | init (char *hostname, struct in6_addr ip) |
| int | main (int argc, char **argv) |
| Main of the standalone nasl interpretor. More... | |
Variables | |
| int | safe_checks_only = 0 |
| FILE * | nasl_trace_fp |
Source of the standalone NASL interpreter of OpenVAS.
| #define MAP_FAILED ((void*)-1) |
| int execute_instruction | ( | struct arglist * | , |
| char * | |||
| ) |
| void exit_nasl | ( | struct arglist * | , |
| int | |||
| ) |
| struct arglist* init | ( | char * | hostname, |
| struct in6_addr | ip | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main of the standalone nasl interpretor.
| char* nasl_version | ( | ) |
| void sighandler | ( | int | s) |
| FILE* nasl_trace_fp |
| int safe_checks_only = 0 |
1.8.4