suricata
IPv4Type Struct Reference

#include <datasets-ipv4.h>

Collaboration diagram for IPv4Type:

Data Fields

uint8_t ipv4 [4]
 
union { 
 
   DataRepType   rep 
 
   DataJsonType   json 
 
};  
 

Detailed Description

Definition at line 30 of file datasets-ipv4.h.

Field Documentation

◆ [union]

union { ... } IPv4Type

◆ ipv4

uint8_t IPv4Type::ipv4[4]

Definition at line 31 of file datasets-ipv4.h.

Referenced by IPv4Compare(), and IPv4Set().

◆ json

DataJsonType IPv4Type::json

Definition at line 34 of file datasets-ipv4.h.

Referenced by IPv4JsonFree(), IPv4JsonGetLength(), and IPv4JsonSet().

◆ rep

DataRepType IPv4Type::rep

Definition at line 33 of file datasets-ipv4.h.

Referenced by IPv4Set().


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