summaryrefslogtreecommitdiff
path: root/nDPId.c
Commit message (Expand)AuthorAge
...
* moved PACKET_EVENT_PAYLOAD_FLOW after FLOW_EVENT_NEW (and before FLOW_EVENT_E...Toni Uhlig2020-08-09
* event consistency: call ndpi_dpi2json only for GUESSED, DETECTED, NOT-DETECTE...Toni Uhlig2020-08-08
* nDPId: do not serialize flow riskm twiceToni Uhlig2020-08-07
* added python flow info script, improved IPv4/IPv6 string conversionToni 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
* introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change dep...Toni Uhlig2020-08-04
* print snprintf retval and buffer size if buffer preparation failedToni Uhlig2020-08-04
* clang-formatToni 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
* prefix every generated json string with the length of itself in bytesToni Uhlig2020-08-03
* added %zu format string, so CC won't complain if size types usedToni Uhlig2020-07-16
* 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
* removed obsolete DISABLE_JSONIZER modeToni Uhlig2020-07-11
* removed obsolete EXTRA_VERBOSE modeToni Uhlig2020-07-11
* use a string mapping table for event id to name conversionToni Uhlig2020-07-11
* more write after read race conditions fixedToni Uhlig2020-07-10
* fixed some race conditionsToni Uhlig2020-07-10
* compare&fetch for global flow_id counter, set missing variable on new flow, a...Toni Uhlig2020-07-10
* care more about DISABLE_JSONIZERToni Uhlig2020-07-10
* clang-format and set BreakBeforeBraces to AllmanzToni Uhlig2020-07-10
* json formatting/ stringification overhaulToni Uhlig2020-07-10
* send json string to sink, added basic json event serialization fn callToni Uhlig2020-07-09
* renamed: jsonize_basic_event_error -> jsonize_format_errorToni Uhlig2020-07-08
* jsonize_basic_event // jsonize_basic_event_errorToni Uhlig2020-07-07
* send JSON string on a per thread basis to a remote sink, means that no expens...Toni Uhlig2020-07-05