| Commit message (Expand) | Author | Age |
... | |
* | Improved default capture device handling if none set via `-i'. | Toni Uhlig | 2020-11-08 |
* | Make sure that DAEMON_EVENT_SHUTDOWN gets transmitted before close() (hacky, ... | Toni Uhlig | 2020-11-08 |
* | nDPId/nDPIsrvd: change_user_group does now chown/chmod collector/distributor ... | Toni Uhlig | 2020-10-07 |
* | nDPId: Fixed BUG if flow was guessed but "Unknown" detected protocol serialized. | Toni Uhlig | 2020-10-01 |
* | Added additional datalink header check for DLT_NULL/IPv6. | Toni Uhlig | 2020-09-28 |
* | Added alias support for an nDPId instance. | Toni Uhlig | 2020-09-27 |
* | Added daemon events. | Toni Uhlig | 2020-09-27 |
* | Added host_server_name length to hash to send a detection update if length ch... | Toni Uhlig | 2020-09-26 |
* | Added new flow event: FLOW_EVENT_DETECTION_UPDATE | Toni Uhlig | 2020-09-25 |
* | Process extra packets with nDPI, still not perfect but results in a more accu... | Toni Uhlig | 2020-09-24 |
* | nDPId: Change user/group after init. | Toni Uhlig | 2020-09-21 |
* | nDPId: Print compiled-in libgcrypt version (if libndpi was compiled with libg... | Toni Uhlig | 2020-08-31 |
* | nDPId: Improved command line option parsing, app usage and subopts for (caref... | Toni Uhlig | 2020-08-26 |
* | nDPId: subopt parsing skeleton | Toni Uhlig | 2020-08-19 |
* | added pkt_type and pkt_ipoffset to json serialization | Toni Uhlig | 2020-08-19 |
* | minor improvments regarding flow guessing on flow end/idle and other not wort... | Toni Uhlig | 2020-08-16 |
* | 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 |