|
suricata
|
#include <datasets-ipv4.h>

Data Fields | |
| uint8_t | ipv4 [4] |
| union { | |
| DataRepType rep | |
| DataJsonType json | |
| }; | |
Definition at line 30 of file datasets-ipv4.h.
| union { ... } |
| uint8_t IPv4Type::ipv4[4] |
Definition at line 31 of file datasets-ipv4.h.
Referenced by IPv4Compare(), and IPv4Set().
| DataJsonType IPv4Type::json |
Definition at line 34 of file datasets-ipv4.h.
Referenced by IPv4JsonFree(), IPv4JsonGetLength(), and IPv4JsonSet().
| DataRepType IPv4Type::rep |
Definition at line 33 of file datasets-ipv4.h.
Referenced by IPv4Set().