| Commit message (Expand) | Author | Age |
* | nDPId: Change user/group after init. | Toni Uhlig | 2020-09-21 |
* | nDPIsrvd: Use of an anonymous enum for collector/distributor socket types fit... | Toni Uhlig | 2020-09-07 |
* | nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming dist... | Toni Uhlig | 2020-09-05 |
* | go-dashboard: Print unmarshalled JSON string in a textbox. | Toni Uhlig | 2020-09-03 |
* | go-dashboard: Added event structs and JSON unmarshal semantic. | Toni Uhlig | 2020-09-02 |
* | go-dashboard: go mod/vendor support + termdash text user interface | Toni Uhlig | 2020-09-01 |
* | nDPId: Print compiled-in libgcrypt version (if libndpi was compiled with libg... | Toni Uhlig | 2020-08-31 |
* | Added golang JSON deserializer example. | Toni Uhlig | 2020-08-31 |
* | Increased network buffer size from 8448 to 9216 with the hope that it might b... | Toni Uhlig | 2020-08-27 |
* | nDPId: Improved command line option parsing, app usage and subopts for (caref... | Toni Uhlig | 2020-08-26 |
* | Makefile: Allow pkg-config based builds and also allow setting libndpi build ... | Toni Uhlig | 2020-08-24 |
* | risky-flow-to-pcap.py: dump the first few packets of a "risky" flow to a PCAP... | Toni Uhlig | 2020-08-23 |
* | nDPId: subopt parsing skeleton | Toni Uhlig | 2020-08-19 |
* | nDPIsrvd.py: improved PCAP writing for guessed/undetected flows (ignore empty... | Toni Uhlig | 2020-08-19 |
* | added pkt_type and pkt_ipoffset to json serialization | Toni Uhlig | 2020-08-19 |
* | nDPIsrvd: add command line option for distributor listen host/port | Toni Uhlig | 2020-08-18 |
* | merged code to reduce code duplicates | Toni Uhlig | 2020-08-18 |
* | nDPIsrvd: log ip:port for distributor connection fails | Toni Uhlig | 2020-08-17 |
* | added nDPIsrvd communication/utils python module | Toni Uhlig | 2020-08-16 |
* | minor improvments regarding flow guessing on flow end/idle and other not wort... | Toni Uhlig | 2020-08-16 |
* | yet another README.md update | Toni Uhlig | 2020-08-15 |
* | error handling enhancements | Toni Uhlig | 2020-08-15 |
* | README.md update | Toni Uhlig | 2020-08-15 |
* | nDPIsrvd: fixed another two bugs; one related to EPOLLIN event for fd with sh... | Toni Uhlig | 2020-08-15 |
* | adjust some config values | Toni Uhlig | 2020-08-15 |
* | 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 |