|
OpenVAS Scanner 23.23.1
|
Header file for module nasl_frame_forgery. More...
#include "nasl_lex_ctxt.h"Go to the source code of this file.
Functions | |
| tree_cell * | nasl_send_arp_request (lex_ctxt *) |
| Send an arp request to an IP host. | |
| tree_cell * | nasl_get_local_mac_address_from_ip (lex_ctxt *) |
| Get the MAC address of host. | |
| tree_cell * | nasl_forge_frame (lex_ctxt *) |
| Forge a datalink layer frame. | |
| tree_cell * | nasl_send_frame (lex_ctxt *) |
| Send a frame and listen to the answer. | |
| tree_cell * | nasl_dump_frame (lex_ctxt *) |
| Dump a datalink layer frame. | |
Header file for module nasl_frame_forgery.
Dump a datalink layer frame.
@naslparam
| lexic | Lexical context of NASL interpreter. |
Forge a datalink layer frame.
@naslparams
| lexic | Lexical context of NASL interpreter. |
Get the MAC address of host.
@naslparam
ip_address Local IP address
@naslreturn The MAC address of the host. NULL otherwise
| [in] | lexic | Lexical context of NASL interpreter. |
Send an arp request to an IP host.
| [in] | lexic | Lexical context of NASL interpreter. |
Send a frame and listen to the answer.
@naslparams
| lexic | Lexical context of NASL interpreter. |