aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* several fixes and improvmentsToni Uhlig2020-08-14
* minor improvmentsToni Uhlig2020-08-14
* c-json-stdout: fixed broken bufferingToni Uhlig2020-08-14
* nDPIsrvd: fixed broken bufferingToni Uhlig2020-08-14
* nDPId: removed unused code, process remaining flows on shutdown (useful for r...Toni Uhlig2020-08-14
* flow-undetected-to-pcap.py: apply 'guessed' or 'undetected' to the filepathToni Uhlig2020-08-14
* Makefile: ENABLE_DEBUG disables function inliningToni Uhlig2020-08-14
* set detection_completed = 1 if guessed/not-detected event thrownToni Uhlig2020-08-13
* flow-info.py, flow-undetected-to-pcap.py: throw socket error runtime exceptio...Toni Uhlig2020-08-13
* flow-undetected-to-pcap.py: do not write pcaps for midstream flows, write pca...Toni Uhlig2020-08-13
* improved TCP-FIN/TCP-RST and TCP-keepalive/-idle timeout handlingToni Uhlig2020-08-13
* replaced deprecated pcap_lookupdev with pcap_findalldevsToni Uhlig2020-08-12
* improved nDPIsrvd buffering if write returned EAGAINToni Uhlig2020-08-12
* do not disconnect a distributor client if write returned EAGAIN (still not pe...Toni Uhlig2020-08-09
* moved PACKET_EVENT_PAYLOAD_FLOW after FLOW_EVENT_NEW (and before FLOW_EVENT_E...Toni Uhlig2020-08-09
* flow-info.py: fixed buffering issueToni Uhlig2020-08-08
* event consistency: call ndpi_dpi2json only for GUESSED, DETECTED, NOT-DETECTE...Toni Uhlig2020-08-08
* flow-info.py overhaul, terminal color support, ndpi protocol/category/flow-ri...Toni Uhlig2020-08-07
* nDPId: do not serialize flow riskm twiceToni Uhlig2020-08-07
* added some random info'sToni Uhlig2020-08-06
* added python flow info script, improved IPv4/IPv6 string conversionToni Uhlig2020-08-06
* nDPIsrvd sighandler and cmd opt parserToni Uhlig2020-08-06
* added utils module to share some code parts with other appsToni Uhlig2020-08-05
* nDPId daemonize / pidfile support + improved syslog loggingToni Uhlig2020-08-05
* improved Makefile help targetToni Uhlig2020-08-05
* json buffering and parsingToni Uhlig2020-08-04
* introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change dep...Toni Uhlig2020-08-04
* fixed buffering issue, improved logging verbosityToni Uhlig2020-08-04
* print snprintf retval and buffer size if buffer preparation failedToni Uhlig2020-08-04
* added basic "consumer" exampleToni Uhlig2020-08-04
* clang-formatToni Uhlig2020-08-04
* nDPIsrvd: collect, buffer and distribute JSON stringsToni Uhlig2020-08-04
* moved more default config options into config.hToni Uhlig2020-08-04
* merged some pre-processor macros which are used in multiple executablesToni Uhlig2020-08-04
* Merge commit '791b8f611e5388015d30f64a50ab4fa5293a4a1c' as 'examples/c-json-s...Toni Uhlig2020-08-04
|\
| * Squashed 'examples/c-json-stdout/jsmn/' content from commit 053d3cdToni Uhlig2020-08-04
* prefix every generated json string with the length of itself in bytesToni Uhlig2020-08-03
* removed python nDPId debug scriptToni Uhlig2020-08-03
* forwarding data from collector(client,source,UNIX-sock) to distributor(client...Toni Uhlig2020-08-03
* remote connection tracking/ event-handling for collector(UNIX) and distributo...Toni Uhlig2020-08-03
* nDPIsrvd: getting events from epoll and accepting new connectionsToni Uhlig2020-07-19
* nDPIsrvd: UNIX/INET socket creationToni Uhlig2020-07-19
* renamed collector to debug and removed obsolete, unused codeToni Uhlig2020-07-17
* added %zu format string, so CC won't complain if size types usedToni Uhlig2020-07-16
* moved CFLAGS to PROJECT_CFLAGS so OpenWrt won't overwrite itToni Uhlig2020-07-16
* add_flow / del_flow / add_pkt / cleanupToni Uhlig2020-07-15
* serialize flow risk, send information about how much raw pkts are sent to the...Toni Uhlig2020-07-15
* added packet based eventsToni Uhlig2020-07-14
* shutdown socket reading end as we just want to send json strings and never re...Toni Uhlig2020-07-13
* replaced fprintf with syslog callsToni Uhlig2020-07-11