OpenVAS Manager  7.0.3~git
port_t Struct Reference

A port. More...

#include <manage.h>

Collaboration diagram for port_t:
Collaboration graph

Data Fields

unsigned int number
 Port number. More...
 
port_protocol_t protocol
 Port protocol (TCP, UDP, ...). More...
 
char * string
 Original string describing port. More...
 

Detailed Description

A port.

Todo:
Should be in otp.c/h.

Definition at line 192 of file manage.h.

Field Documentation

◆ number

unsigned int port_t::number

Port number.

Definition at line 194 of file manage.h.

◆ protocol

port_protocol_t port_t::protocol

Port protocol (TCP, UDP, ...).

Definition at line 195 of file manage.h.

◆ string

char* port_t::string

Original string describing port.

Definition at line 196 of file manage.h.


The documentation for this struct was generated from the following file: