OpenVAS Libraries
8.0.3
|
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 |
Handle states for XML parsing.
GHashTable* nmap_parser::closetag |
Parsing callbacks for closing tags.
gboolean nmap_parser::enable_read |
Parsing flag: care about text.
gboolean nmap_parser::in_host |
Parsing flag: mark host section.
gboolean nmap_parser::in_hostscript |
Parsing flag: mark hostscript section.
gboolean nmap_parser::in_port |
Parsing flag: mark port section.
gboolean nmap_parser::in_ports |
Parsing flag: mark ports section.
GHashTable* nmap_parser::opentag |
Parsing callbacks for opening tags.
gchar* nmap_parser::rbuff |
Read buffer to handle text sections.