peapod  0.1.0
EAPOL Proxy Daemon
All Data Structures Files Functions Variables Macros Pages
Data Fields
filter_t Struct Reference

Bitmasks for filtering on EAPOL Packet Type or EAP Code. More...

#include "parser.h"

Data Fields

uint16_t type
 Filter on EAPOL Packet Type. More...
 
uint8_t code
 Filter on EAP Code. More...
 

Detailed Description

Bitmasks for filtering on EAPOL Packet Type or EAP Code.

The respective ranges of EAPOL Packet Types and EAP Codes are 0-8 (requires 2 bytes) and 1-4.

Note
Whether an instance of struct filter_t stores ingress or egress filters depends on whether its parent is a struct ingress_t or a struct egress_t.

Field Documentation

uint16_t filter_t::type

Filter on EAPOL Packet Type.

uint8_t filter_t::code

Filter on EAP Code.


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