| Commit message (Expand) | Author | Age |
| ... | |
| * | shutdown socket reading end as we just want to send json strings and never re... | Toni Uhlig | 2020-07-13 |
| * | replaced fprintf with syslog calls | Toni Uhlig | 2020-07-11 |
| * | removed obsolete DISABLE_JSONIZER mode | Toni Uhlig | 2020-07-11 |
| * | removed obsolete EXTRA_VERBOSE mode | Toni Uhlig | 2020-07-11 |
| * | -fsanitize=enum | Toni Uhlig | 2020-07-11 |
| * | use a string mapping table for event id to name conversion | Toni Uhlig | 2020-07-11 |
| * | more write after read race conditions fixed | Toni Uhlig | 2020-07-10 |
| * | do not omit frame pointer in debug mode | Toni Uhlig | 2020-07-10 |
| * | enable thread snitizer | Toni Uhlig | 2020-07-10 |
| * | fixed some race conditions | Toni Uhlig | 2020-07-10 |
| * | support json key w/o value filtering | Toni Uhlig | 2020-07-10 |
| * | compare&fetch for global flow_id counter, set missing variable on new flow, a... | Toni Uhlig | 2020-07-10 |
| * | support for filter for specific json key/values, useful for debugging | Toni Uhlig | 2020-07-10 |
| * | care more about DISABLE_JSONIZER | Toni Uhlig | 2020-07-10 |
| * | clang-format and set BreakBeforeBraces to Allmanz | Toni Uhlig | 2020-07-10 |
| * | json formatting/ stringification overhaul | Toni Uhlig | 2020-07-10 |
| * | renamed EchoServer to JsonCollector | Toni Uhlig | 2020-07-09 |
| * | send json string to sink, added basic json event serialization fn call | Toni Uhlig | 2020-07-09 |
| * | Revert "not using python script as collector" | Toni Uhlig | 2020-07-08 |
| * | renamed: jsonize_basic_event_error -> jsonize_format_error | Toni Uhlig | 2020-07-08 |
| * | jsonize_basic_event // jsonize_basic_event_error | Toni Uhlig | 2020-07-07 |
| * | not using python script as collector | Toni Uhlig | 2020-07-07 |
| * | send JSON string on a per thread basis to a remote sink, means that no expens... | Toni Uhlig | 2020-07-05 |
| * | UNIX socket connect, primitive cmdline parsing | Toni Uhlig | 2020-07-04 |
| * | clang-format, use syslog | Toni Uhlig | 2020-07-03 |
| * | store / calculate / jsonize per flow metrics e.g. min/max/avg l4 data len | Toni Uhlig | 2020-07-03 |
| * | print json string for FLOW_END / FLOW_IDLE as well | Toni Uhlig | 2020-07-01 |
| * | only printf() flow events #ifdef DISABLE_JSONIZER, print only json string oth... | Toni Uhlig | 2020-07-01 |
| * | add configuration variable VERBOSE / EXTRA VERBOSE, print build configuration... | Toni Uhlig | 2020-06-30 |
| * | print event for idle flows as well, simplified jsonize_flow/flow2json | Toni Uhlig | 2020-06-30 |
| * | init/close syslog logging | Toni Uhlig | 2020-06-30 |
| * | do not guess protocol if detection successful and completed | Toni Uhlig | 2020-06-30 |
| * | json-serialize new flow | Toni Uhlig | 2020-06-30 |
| * | generalized flow2json (IPv4 only for now) | Toni Uhlig | 2020-06-30 |
| * | serialize and print new flow | Toni Uhlig | 2020-06-28 |
| * | unified logging prefix | Toni Uhlig | 2020-06-24 |
| * | -Wl == CFLAG | Toni Uhlig | 2020-06-23 |
| * | adding some comments, obey coding style, etc | Toni Uhlig | 2020-06-22 |
| * | xcompile ready | Toni Uhlig | 2020-06-22 |
| * | checking only IPv4/IPv6 header size, as rest is done through ndpi_detection_g... | Toni Uhlig | 2020-06-21 |
| * | fixed possible crash (extra packet dissection is done via packet processing) | Toni Uhlig | 2020-06-21 |
| * | using ndpi_detection_get_l4 to do some additional checks and get L4 payload | Toni Uhlig | 2020-06-20 |
| * | more fine-tuning regarding TCP flow end | Toni Uhlig | 2020-06-20 |
| * | some fine-tuning regarding flow fin/idle cleanup, still not perfect | Toni Uhlig | 2020-06-20 |
| * | reduced MAX_FLOW_ROOTS_PER_THREAD to 2048 to safe some mem, print something t... | Toni Uhlig | 2020-06-19 |
| * | improved console printing which is now more consistent any easier to read | Toni Uhlig | 2020-06-17 |
| * | support for TCP-FIN | Toni Uhlig | 2020-06-15 |
| * | new features: l7/l7-dissect/l7-guess/tcp-midstream/ssl/tls detection | Toni Uhlig | 2020-06-15 |
| * | process extra packets if supported by protocol detection, prepare and print s... | Toni Uhlig | 2020-06-14 |
| * | do not print ThreadID during flow free'ing | Toni Uhlig | 2020-06-13 |