suricata
|
Go to the source code of this file.
Functions | |
void | FrameJsonLogOneFrame (const uint8_t ipproto, const Frame *frame, const Flow *f, const TcpStream *stream, const Packet *p, JsonBuilder *jb) |
log a single frame More... | |
void | JsonFrameLogRegister (void) |
Logs frames in JSON format.
Definition in file output-json-frame.h.
void FrameJsonLogOneFrame | ( | const uint8_t | ipproto, |
const Frame * | frame, | ||
const Flow * | f, | ||
const TcpStream * | stream, | ||
const Packet * | p, | ||
JsonBuilder * | jb | ||
) |
log a single frame
Definition at line 226 of file output-json-frame.c.
References Flow_::alproto, AppLayerParserGetFrameNameById(), DEBUG_VALIDATE_BUG_ON, FRAME_STREAM_TYPE, Frame::id, len, Frame::len, Frame::offset, PKT_IS_TOSERVER, Flow_::proto, Packet_::proto, StreamTcpGetUsable(), and Frame::type.
void JsonFrameLogRegister | ( | void | ) |
Definition at line 509 of file output-json-frame.c.
References LOGGER_JSON_FRAME, MODULE_NAME, and OutputRegisterPacketSubModule().
Referenced by OutputRegisterLoggers().