peapod
0.1.0
EAPOL Proxy Daemon
|
Scripts to execute on EAPOL Packet Type or EAP Code. More...
#include "parser.h"
Data Fields | |
char * | type [9] |
Run script on EAPOL Packet Type. More... | |
char * | code [5] |
Run script on EAP Code. More... | |
Scripts to execute on EAPOL Packet Type or EAP Code.
type
and code
are arrays of C strings. Each element contains either the path to an executable script or NULL
.
char* action_t::type[9] |
Run script on EAPOL Packet Type.
char* action_t::code[5] |
Run script on EAP Code.