Profishark API
2.3.12.0
|
DPI filter configuration. More...
#include <ProfisharkAPI.h>
Data Fields | |
ProfisharkAPIState | Enabled |
uint8_t | Data [32] |
uint32_t | Mask |
DPI filter configuration.
uint8_t Data[32] |
Data to search in packet. Only the first 16 bytes are currently used
ProfisharkAPIState Enabled |
State of the DPI filter
uint32_t Mask |
Mask for the data field. Each bit correspond to a byte of Data (i.e. bit n of Mask defines if Data[n] is enabled)