peapod  0.1.0
EAPOL Proxy Daemon
Data Fields
action_t Struct Reference

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...
 

Detailed Description

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.

Note
Whether an instance of struct filter_t stores ingress or egress scripts depends on whether its parent is a struct ingress_t or a struct egress_t.
EAP Codes only range from 1-4, so packet[0] is always NULL.

Field Documentation

char* action_t::type[9]

Run script on EAPOL Packet Type.

char* action_t::code[5]

Run script on EAP Code.


The documentation for this struct was generated from the following file: