|
suricata
|
#include <decode.h>
Data Fields | ||
| char | family | |
| union { | ||
| uint32_t address_un_data32 [4] | ||
| uint16_t address_un_data16 [8] | ||
| uint8_t address_un_data8 [16] | ||
| struct in6_addr address_un_in6 | ||
| } | address | |
| union { ... } Address_::address |
Referenced by FlowKeyGetHash(), and SRepLoadFileFromFD().
| uint32_t Address_::address_un_data32[4] |
Definition at line 115 of file decode.h.
Referenced by FlowKeyGetHash().
| char Address_::family |
Definition at line 113 of file decode.h.
Referenced by AddressDebugPrint(), DetectAddressCmp(), DetectAddressCutIPv4(), DetectAddressCutIPv6(), DetectAddressCutNotIPv4(), DetectAddressCutNotIPv6(), DetectAddressLookupInHead(), FlowGetFromFlowKey(), FlowKeyGetHash(), IPOnlyMatchPacket(), SRepLoadCatFileFromFD(), SRepLoadFileFromFD(), TmqhOutputFlowIPPair(), and UTHBuildPacketIPV6Real().