|
suricata
|
#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 |
Definition at line 41 of file output-json.h.
| Port JsonAddrInfo_::dp |
Definition at line 45 of file output-json.h.
| char JsonAddrInfo_::dst_ip[JSON_ADDR_LEN] |
Definition at line 43 of file output-json.h.
| bool JsonAddrInfo_::log_port |
Definition at line 48 of file output-json.h.
| char JsonAddrInfo_::proto[JSON_PROTO_LEN] |
Definition at line 46 of file output-json.h.
| Port JsonAddrInfo_::sp |
Definition at line 44 of file output-json.h.
| char JsonAddrInfo_::src_ip[JSON_ADDR_LEN] |
Definition at line 42 of file output-json.h.