|
OpenVAS Libraries
6.0+beta5
|
#include <string.h>#include <stdlib.h>#include <stdio.h>#include <sys/types.h>#include <glib.h>#include "comm.h"#include "network.h"#include "services.h"#include "internal_com.h"#include "system.h"Functions | |
| int | comm_send_status (struct arglist *globals, char *hostname, char *action, int curr, int max) |
| Sends the status of an action. More... | |
| unsigned short * | getpts (char *origexpr, int *len) |
| Converts a string like "-100,200-1024,3000-4000,60000-" into an array. More... | |
| int comm_send_status | ( | struct arglist * | globals, |
| char * | hostname, | ||
| char * | action, | ||
| int | curr, | ||
| int | max | ||
| ) |
Sends the status of an action.
| unsigned short* getpts | ( | char * | origexpr, |
| int * | len | ||
| ) |
Converts a string like "-100,200-1024,3000-4000,60000-" into an array.
of port numbers
This function is (c) Fyodor fyodor@dhp.com and was taken from his excellent and outstanding scanner Nmap See http://www.insecure.org/nmap/ for details about Nmap
1.8.4