| Commit message (Expand) | Author | Age |
... | |
* | error handling enhancements | Toni Uhlig | 2020-08-15 |
* | several fixes and improvments | Toni Uhlig | 2020-08-14 |
* | nDPId: removed unused code, process remaining flows on shutdown (useful for r... | Toni Uhlig | 2020-08-14 |
* | set detection_completed = 1 if guessed/not-detected event thrown | Toni Uhlig | 2020-08-13 |
* | improved TCP-FIN/TCP-RST and TCP-keepalive/-idle timeout handling | Toni Uhlig | 2020-08-13 |
* | replaced deprecated pcap_lookupdev with pcap_findalldevs | Toni Uhlig | 2020-08-12 |
* | moved PACKET_EVENT_PAYLOAD_FLOW after FLOW_EVENT_NEW (and before FLOW_EVENT_E... | Toni Uhlig | 2020-08-09 |
* | event consistency: call ndpi_dpi2json only for GUESSED, DETECTED, NOT-DETECTE... | Toni Uhlig | 2020-08-08 |
* | nDPId: do not serialize flow riskm twice | Toni Uhlig | 2020-08-07 |
* | added python flow info script, improved IPv4/IPv6 string conversion | Toni Uhlig | 2020-08-06 |
* | added utils module to share some code parts with other apps | Toni Uhlig | 2020-08-05 |
* | nDPId daemonize / pidfile support + improved syslog logging | Toni Uhlig | 2020-08-05 |
* | introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change dep... | Toni Uhlig | 2020-08-04 |
* | print snprintf retval and buffer size if buffer preparation failed | Toni Uhlig | 2020-08-04 |
* | clang-format | Toni Uhlig | 2020-08-04 |
* | moved more default config options into config.h | Toni Uhlig | 2020-08-04 |
* | merged some pre-processor macros which are used in multiple executables | Toni Uhlig | 2020-08-04 |
* | prefix every generated json string with the length of itself in bytes | Toni Uhlig | 2020-08-03 |
* | added %zu format string, so CC won't complain if size types used | Toni Uhlig | 2020-07-16 |
* | serialize flow risk, send information about how much raw pkts are sent to the... | Toni Uhlig | 2020-07-15 |
* | added packet based events | Toni Uhlig | 2020-07-14 |
* | 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 |
* | 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 |
* | fixed some race conditions | Toni Uhlig | 2020-07-10 |
* | compare&fetch for global flow_id counter, set missing variable on new flow, a... | 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 |
* | send json string to sink, added basic json event serialization fn call | Toni Uhlig | 2020-07-09 |
* | 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 |
* | send JSON string on a per thread basis to a remote sink, means that no expens... | Toni Uhlig | 2020-07-05 |