Implementation of the Simple Sniffer and Scanner Application. More...
Go to the source code of this file.
Functions | |
int | main (void) |
Main function of sniffer application. | |
void | scan_update_status (void) |
Update status in scan mode. | |
void | sniffer_init (void) |
Initialisation of hardware ressources. | |
void | sniffer_start (sniffer_state_t state) |
Start a new operating state. | |
void | sniffer_stop (void) |
Halt current operation and enter state IDLE. | |
Variables | |
sniffer_context_t | ctx |
pcap_pool_t | PcapPool |
Implementation of the Simple Sniffer and Scanner Application.
Definition in file sniffer.c.
int main | ( | void | ) |
void scan_update_status | ( | void | ) |
Update status in scan mode.
Definition at line 79 of file sniffer_scan.c.
void sniffer_init | ( | void | ) |
void sniffer_start | ( | sniffer_state_t | state | ) |
void sniffer_stop | ( | void | ) |