maxtors
06d74b5775
Module specific error code for init ctx error.
9 years ago
maxtors
69863f7b1c
Corrected and unified debugmessages for init data errors in *ThreadInit.
9 years ago
Victor Julien
c446abeb47
jansson: include in suricata-common.h
10 years ago
Victor Julien
8bb1cf08ef
eve: fix mishandling of big messages
...
When the string representation of a JSON message grew bigger than
64k, the JSON record would just be truncated. This lead to errors
in the parser(s) of the JSON stream.
This patch changes the buffer logic to grow the buffer on demand.
10 years ago
Jason Ish
b512580bbe
logging: integrate rotation into SCConfLogOpenGeneric.
...
Addresses issue 1492, and will make it harder to omit
rotation on new outputs.
10 years ago
Eric Leblond
39d667ff56
output-json: fix type of data parameter
...
The cast of data to AlertJsonThread was not correct as the real
type of the void pointer is a OutputJsonCtx. This was working by
luck because they both have a file_ctx as first element.
10 years ago
Eric Leblond
c1970a3655
json-ssh: export logging function
...
It will be use in alert logging to display SSH information.
11 years ago
Ken Steele
8f1d75039a
Enforce function coding standard
...
Functions should be defined as:
int foo(void)
{
}
Rather than:
int food(void) {
}
All functions where changed by a script to match this standard.
11 years ago
Victor Julien
90c4834709
ssh-json: add clean up functions
...
Add clean up functions for the SSH json logger.
12 years ago
Tom DeCanio
4085f08602
json: somewhere along the way IP/port pairs had gotten swapped in
...
http and ssh eve logs
12 years ago
Victor Julien
b877cf6158
ssh: add json logger
...
Sub module of eve-log, but can also run separately as ssh-json-log. Only
one at a time though.
12 years ago