Go to the source code of this file.
◆ MODULE_NAME
#define MODULE_NAME "EveStreamLog" |
◆ EveStreamLogThread
◆ EveStreamOutputCtx
◆ EveAddFlowTcpFlags()
void EveAddFlowTcpFlags |
( |
const TcpSession * |
ssn, |
|
|
const char * |
name, |
|
|
JsonBuilder * |
jb |
|
) |
| |
Definition at line 206 of file output-eve-stream.c.
References TcpSession_::flags, STREAMTCP_FLAG_3WHS_CONFIRMED, STREAMTCP_FLAG_4WHS, STREAMTCP_FLAG_APP_LAYER_DISABLED, STREAMTCP_FLAG_BYPASS, STREAMTCP_FLAG_CLIENT_SACKOK, STREAMTCP_FLAG_CLOSED_BY_RST, STREAMTCP_FLAG_DETECTION_EVASION_ATTEMPT, STREAMTCP_FLAG_MIDSTREAM, STREAMTCP_FLAG_MIDSTREAM_ESTABLISHED, STREAMTCP_FLAG_MIDSTREAM_SYNACK, STREAMTCP_FLAG_SERVER_WSCALE, STREAMTCP_FLAG_TCP_FAST_OPEN, STREAMTCP_FLAG_TFO_DATA_IGNORED, and STREAMTCP_FLAG_TIMESTAMP.
◆ EveAddFlowTcpStreamFlags()
void EveAddFlowTcpStreamFlags |
( |
const TcpStream * |
stream, |
|
|
const char * |
name, |
|
|
JsonBuilder * |
jb |
|
) |
| |
Definition at line 176 of file output-eve-stream.c.
References TcpStream_::flags, STREAMTCP_STREAM_FLAG_APPPROTO_DETECTION_COMPLETED, STREAMTCP_STREAM_FLAG_APPPROTO_DETECTION_SKIPPED, STREAMTCP_STREAM_FLAG_DEPTH_REACHED, STREAMTCP_STREAM_FLAG_DISABLE_RAW, STREAMTCP_STREAM_FLAG_HAS_GAP, STREAMTCP_STREAM_FLAG_KEEPALIVE, STREAMTCP_STREAM_FLAG_NEW_RAW_DISABLED, STREAMTCP_STREAM_FLAG_NOREASSEMBLY, STREAMTCP_STREAM_FLAG_RST_RECV, STREAMTCP_STREAM_FLAG_TIMESTAMP, STREAMTCP_STREAM_FLAG_TRIGGER_RAW, and STREAMTCP_STREAM_FLAG_ZERO_TIMESTAMP.
◆ EveStreamLogRegister()
void EveStreamLogRegister |
( |
void |
| ) |
|