suricata
|
#include "stream-tcp.h"
Go to the source code of this file.
Functions | |
void | EveStreamLogRegister (void) |
void | EveAddFlowTcpStreamFlags (const TcpStream *stream, const char *name, JsonBuilder *jb) |
void | EveAddFlowTcpFlags (const TcpSession *ssn, const char *name, JsonBuilder *jb) |
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.
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.
void EveStreamLogRegister | ( | void | ) |
Definition at line 452 of file output-eve-stream.c.
References LOGGER_JSON_STREAM, MODULE_NAME, and OutputRegisterPacketSubModule().
Referenced by OutputRegisterLoggers().