suricata
JsonAddrInfo_ Struct Reference

#include <output-json.h>

Data Fields

char src_ip [JSON_ADDR_LEN]
 
char dst_ip [JSON_ADDR_LEN]
 
Port sp
 
Port dp
 
char proto [JSON_PROTO_LEN]
 
bool log_port
 

Detailed Description

Definition at line 47 of file output-json.h.

Field Documentation

◆ dp

Port JsonAddrInfo_::dp

Definition at line 51 of file output-json.h.

◆ dst_ip

char JsonAddrInfo_::dst_ip[JSON_ADDR_LEN]

Definition at line 49 of file output-json.h.

◆ log_port

bool JsonAddrInfo_::log_port

Definition at line 54 of file output-json.h.

◆ proto

char JsonAddrInfo_::proto[JSON_PROTO_LEN]

Definition at line 52 of file output-json.h.

◆ sp

Port JsonAddrInfo_::sp

Definition at line 50 of file output-json.h.

◆ src_ip

char JsonAddrInfo_::src_ip[JSON_ADDR_LEN]

Definition at line 48 of file output-json.h.


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