OpenVAS Scanner
7.0.1~git
|
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.
Definition at line 277 of file nasl_builtin_nmap.c.
GHashTable* nmap_parser::closetag |
Parsing callbacks for closing tags.
Definition at line 280 of file nasl_builtin_nmap.c.
Referenced by nmap_destroy(), setup_xml_parser(), and xml_end_element().
gboolean nmap_parser::enable_read |
Parsing flag: care about text.
Definition at line 286 of file nasl_builtin_nmap.c.
Referenced by setup_xml_parser(), xml_read_text(), xmltag_close_cpe(), and xmltag_open_cpe().
gboolean nmap_parser::in_host |
Parsing flag: mark host section.
Definition at line 282 of file nasl_builtin_nmap.c.
Referenced by setup_xml_parser(), xmltag_close_host(), xmltag_open_address(), xmltag_open_distance(), xmltag_open_hop(), xmltag_open_host(), xmltag_open_ipidsequence(), xmltag_open_script(), xmltag_open_status(), and xmltag_open_tcpsequence().
gboolean nmap_parser::in_hostscript |
Parsing flag: mark hostscript section.
Definition at line 285 of file nasl_builtin_nmap.c.
Referenced by setup_xml_parser(), xmltag_close_hostscript(), and xmltag_open_hostscript().
gboolean nmap_parser::in_port |
Parsing flag: mark port section.
Definition at line 284 of file nasl_builtin_nmap.c.
Referenced by setup_xml_parser(), xmltag_close_cpe(), xmltag_close_port(), xmltag_open_port(), xmltag_open_script(), xmltag_open_service(), and xmltag_open_state().
gboolean nmap_parser::in_ports |
Parsing flag: mark ports section.
Definition at line 283 of file nasl_builtin_nmap.c.
Referenced by setup_xml_parser(), xmltag_close_ports(), and xmltag_open_ports().
GHashTable* nmap_parser::opentag |
Parsing callbacks for opening tags.
Definition at line 279 of file nasl_builtin_nmap.c.
Referenced by nmap_destroy(), setup_xml_parser(), and xml_start_element().
gchar* nmap_parser::rbuff |
Read buffer to handle text sections.
Definition at line 287 of file nasl_builtin_nmap.c.
Referenced by xml_read_text(), xmltag_close_cpe(), and xmltag_open_cpe().