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]
 

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.

Referenced by JsonAddrInfoInit().

◆ dst_ip

char JsonAddrInfo_::dst_ip[JSON_ADDR_LEN]

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

Referenced by JsonAddrInfoInit().

◆ proto

char JsonAddrInfo_::proto[JSON_PROTO_LEN]

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

Referenced by JsonAddrInfoInit().

◆ sp

Port JsonAddrInfo_::sp

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

Referenced by JsonAddrInfoInit().

◆ src_ip

char JsonAddrInfo_::src_ip[JSON_ADDR_LEN]

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

Referenced by JsonAddrInfoInit().


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