| Commit message (Expand) | Author | Age |
* | several fixes and improvments | Toni Uhlig | 2020-08-14 |
* | minor improvments | Toni Uhlig | 2020-08-14 |
* | c-json-stdout: fixed broken buffering | Toni Uhlig | 2020-08-14 |
* | nDPIsrvd: fixed broken buffering | Toni Uhlig | 2020-08-14 |
* | nDPId: removed unused code, process remaining flows on shutdown (useful for r... | Toni Uhlig | 2020-08-14 |
* | flow-undetected-to-pcap.py: apply 'guessed' or 'undetected' to the filepath | Toni Uhlig | 2020-08-14 |
* | Makefile: ENABLE_DEBUG disables function inlining | Toni Uhlig | 2020-08-14 |
* | set detection_completed = 1 if guessed/not-detected event thrown | Toni Uhlig | 2020-08-13 |
* | flow-info.py, flow-undetected-to-pcap.py: throw socket error runtime exceptio... | Toni Uhlig | 2020-08-13 |
* | flow-undetected-to-pcap.py: do not write pcaps for midstream flows, write pca... | 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 |
* | improved nDPIsrvd buffering if write returned EAGAIN | Toni Uhlig | 2020-08-12 |
* | do not disconnect a distributor client if write returned EAGAIN (still not pe... | Toni Uhlig | 2020-08-09 |
* | moved PACKET_EVENT_PAYLOAD_FLOW after FLOW_EVENT_NEW (and before FLOW_EVENT_E... | Toni Uhlig | 2020-08-09 |
* | flow-info.py: fixed buffering issue | Toni Uhlig | 2020-08-08 |
* | event consistency: call ndpi_dpi2json only for GUESSED, DETECTED, NOT-DETECTE... | Toni Uhlig | 2020-08-08 |
* | flow-info.py overhaul, terminal color support, ndpi protocol/category/flow-ri... | Toni Uhlig | 2020-08-07 |
* | nDPId: do not serialize flow riskm twice | Toni Uhlig | 2020-08-07 |
* | added some random info's | Toni Uhlig | 2020-08-06 |
* | added python flow info script, improved IPv4/IPv6 string conversion | Toni Uhlig | 2020-08-06 |
* | nDPIsrvd sighandler and cmd opt parser | 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 |
* | improved Makefile help target | Toni Uhlig | 2020-08-05 |
* | json buffering and parsing | Toni Uhlig | 2020-08-04 |
* | introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change dep... | Toni Uhlig | 2020-08-04 |
* | fixed buffering issue, improved logging verbosity | Toni Uhlig | 2020-08-04 |
* | print snprintf retval and buffer size if buffer preparation failed | Toni Uhlig | 2020-08-04 |
* | added basic "consumer" example | Toni Uhlig | 2020-08-04 |
* | clang-format | Toni Uhlig | 2020-08-04 |
* | nDPIsrvd: collect, buffer and distribute JSON strings | 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 |
* | Merge commit '791b8f611e5388015d30f64a50ab4fa5293a4a1c' as 'examples/c-json-s... | Toni Uhlig | 2020-08-04 |
|\ |
|
| * | Squashed 'examples/c-json-stdout/jsmn/' content from commit 053d3cd | Toni Uhlig | 2020-08-04 |
* | prefix every generated json string with the length of itself in bytes | Toni Uhlig | 2020-08-03 |
* | removed python nDPId debug script | Toni Uhlig | 2020-08-03 |
* | forwarding data from collector(client,source,UNIX-sock) to distributor(client... | Toni Uhlig | 2020-08-03 |
* | remote connection tracking/ event-handling for collector(UNIX) and distributo... | Toni Uhlig | 2020-08-03 |
* | nDPIsrvd: getting events from epoll and accepting new connections | Toni Uhlig | 2020-07-19 |
* | nDPIsrvd: UNIX/INET socket creation | Toni Uhlig | 2020-07-19 |
* | renamed collector to debug and removed obsolete, unused code | Toni Uhlig | 2020-07-17 |
* | added %zu format string, so CC won't complain if size types used | Toni Uhlig | 2020-07-16 |
* | moved CFLAGS to PROJECT_CFLAGS so OpenWrt won't overwrite it | Toni Uhlig | 2020-07-16 |
* | add_flow / del_flow / add_pkt / cleanup | Toni Uhlig | 2020-07-15 |
* | 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 |