Go to the source code of this file.
◆ dump_ipv6_packet()
Print IPv6 Header.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- Print and returns FAKE_CELL.
◆ dump_tcp_v6_packet()
Print TCP/IPv6 packet.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- Print and return FAKE_CELL.
◆ dump_udp_v6_packet()
◆ forge_icmp_v6_packet()
◆ forge_igmp_v6_packet()
◆ forge_ipv6_packet()
Forge IPv6 packet.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell with the forged IP packet.
◆ forge_tcp_v6_packet()
Forge TCP packet.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell with the forged TCP packet containing IPv6 header.
◆ forge_udp_v6_packet()
◆ get_icmp_v6_element()
◆ get_ipv6_element()
Obtain IPv6 header element.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell with the IP header element.
◆ get_tcp_v6_element()
Get TCP Header element.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell with the forged IP packet.
◆ get_udp_v6_element()
◆ insert_ipv6_options()
◆ nasl_send_v6packet()
Send forged IPv6 Packet.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell with the response to the sent packet.
◆ nasl_tcp_v6_ping()
Performs TCP Connect to test if host is alive.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell > 0 if host is alive, 0 otherwise.
◆ set_ipv6_elements()
Set IPv6 header element.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell with the forged IP packet.
◆ set_tcp_v6_elements()
Set TCP Header element.
- Parameters
-
[in] | lexic | Lexical context of NASL interpreter. |
- Returns
- tree_cell with the forged TCP packet and IPv6.
◆ set_udp_v6_elements()