suricata
|
Go to the source code of this file.
Functions | |
void | FrameJsonLogOneFrame (const uint8_t ipproto, const Frame *frame, Flow *f, const TcpStream *stream, const Packet *p, JsonBuilder *jb, MemBuffer *) |
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, | ||
Flow * | f, | ||
const TcpStream * | stream, | ||
const Packet * | p, | ||
JsonBuilder * | jb, | ||
MemBuffer * | buffer | ||
) |
log a single frame
Definition at line 253 of file output-json-frame.c.
References Flow_::alproto, AppLayerParserGetFrameNameById(), DEBUG_VALIDATE_BUG_ON, FrameJsonStreamDataCallbackData::frame, 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 559 of file output-json-frame.c.
References LOGGER_JSON_FRAME, MODULE_NAME, and OutputRegisterPacketSubModule().