|
OpenVAS Libraries
4.0+rc3.SVN
|
#include <signal.h>#include <string.h>#include <stdlib.h>#include <unistd.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 <glib.h>Defines | |
| #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. | |
Variables | |
| int | safe_checks_only = 0 |
| FILE * | nasl_trace_fp |
Source of the standalone NASL interpreter of OpenVAS.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main of the standalone nasl interpretor.
1.8.0