#include "log.h"
#include "detect.h"
#include "decode.h"
Go to the source code of this file.
Functions | |
u_int32_t | GenerateSnortEvent (Packet *p, u_int32_t gen_id, u_int32_t sig_id, u_int32_t sig_rev, u_int32_t classification, u_int32_t priority, char *msg) |
int | LogTagData (Packet *p, u_int32_t gen_id, u_int32_t sig_id, u_int32_t sig_rev, u_int32_t classification, u_int32_t priority, u_int32_t event_ref, time_t ref_sec, char *msg) |
|
Definition at line 18 of file event_wrapper.c. References CallAlertFuncs(), CallLogFuncs(), _Event::event_id, NULL, and SetEvent(). Referenced by flowps_generate_flow_event(), GeneratePSSnortEvent(), and LogSnortEvents(). |
|
Log additional packet data using the same kinda mechanism tagging does.
Definition at line 81 of file event_wrapper.c. References CallLogFuncs(), NULL, _Event::ref_time, and SetEvent(). |