OpenVAS Manager  7.0.3~git
message_t Struct Reference

The record of a message. More...

#include <manage.h>

Collaboration diagram for message_t:
Collaboration graph

Data Fields

char * host
 Host message describes. More...
 
port_t port
 The port. More...
 
char * description
 Description of the message. More...
 
char * oid
 NVT identifier. More...
 

Detailed Description

The record of a message.

Todo:
Should be in otp.c/h.

Definition at line 203 of file manage.h.

Field Documentation

◆ description

char* message_t::description

Description of the message.

Definition at line 207 of file manage.h.

◆ host

char* message_t::host

Host message describes.

Definition at line 205 of file manage.h.

◆ oid

char* message_t::oid

NVT identifier.

Definition at line 208 of file manage.h.

◆ port

port_t message_t::port

The port.

Definition at line 206 of file manage.h.


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