|
OpenVAS Scanner 23.23.1
|
This file contains all the misc. functions found in NASL. More...
#include "nasl_misc_funcs.h"#include "../misc/ftp_funcs.h"#include "../misc/heartbeat.h"#include "../misc/network.h"#include "../misc/plugutils.h"#include "../misc/vendorversion.h"#include "byteorder.h"#include "exec.h"#include "nasl_debug.h"#include "nasl_func.h"#include "nasl_global_ctxt.h"#include "nasl_lex_ctxt.h"#include "nasl_packet_forgery.h"#include "nasl_tree.h"#include "nasl_var.h"#include <errno.h>#include <glib.h>#include <gvm/util/compressutils.h>#include <gvm/util/kb.h>#include <stdbool.h>#include <stdlib.h>#include <string.h>#include <sys/time.h>#include <unistd.h>Macros | |
| #define | uint32 unsigned int |
| #define | NASL_EXIT_DEPRECATED 66 |
| #define | NASL_EXIT_NOTVULN 99 |
| #define | iac buffer[0] |
| #define | code buffer[1] |
| #define | option buffer[2] |
Variables | |
| static lex_ctxt * | mylexic = NULL |
This file contains all the misc. functions found in NASL.
| #define code buffer[1] |
| #define iac buffer[0] |
| #define NASL_EXIT_DEPRECATED 66 |
| #define NASL_EXIT_NOTVULN 99 |
| #define option buffer[2] |
| #define uint32 unsigned int |
This function returns 1 on little-endian systems, 0 otherwise
This function takes any kind & any number of arguments and makes an array from them. If an argument is an array, its index are lost
|
static |
|
static |
|
static |