OpenVAS Libraries  9.0.1
Data Fields
nmap_parser Struct Reference

Handle states for XML parsing. More...

Data Fields

GHashTable * opentag
 
GHashTable * closetag
 
gboolean in_host
 
gboolean in_ports
 
gboolean in_port
 
gboolean in_hostscript
 
gboolean enable_read
 
gchar * rbuff
 

Detailed Description

Handle states for XML parsing.

Field Documentation

◆ closetag

GHashTable* nmap_parser::closetag

Parsing callbacks for closing tags.

◆ enable_read

gboolean nmap_parser::enable_read

Parsing flag: care about text.

◆ in_host

gboolean nmap_parser::in_host

Parsing flag: mark host section.

◆ in_hostscript

gboolean nmap_parser::in_hostscript

Parsing flag: mark hostscript section.

◆ in_port

gboolean nmap_parser::in_port

Parsing flag: mark port section.

◆ in_ports

gboolean nmap_parser::in_ports

Parsing flag: mark ports section.

◆ opentag

GHashTable* nmap_parser::opentag

Parsing callbacks for opening tags.

◆ rbuff

gchar* nmap_parser::rbuff

Read buffer to handle text sections.


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