summaryrefslogtreecommitdiff
path: root/examples/c-captured
Commit message (Expand)AuthorAge
* Split `*_l4_payload_len' into `*_src_l4_payload_len' and `*_dst_l4_payload_len'.Toni Uhlig2022-08-15
* Reworked nDPIsrvd.h C-API.Toni Uhlig2022-03-21
* Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.)Toni Uhlig2022-03-06
* Major nDPId extension. Sorry for the huge commit.Toni Uhlig2022-01-20
* Additional semantic validation tests.Toni Uhlig2021-11-02
* c-captured: Improved format string in nDPIsrvd_write_flow_info_cb.Toni Uhlig2021-10-08
* Fixed compile error due to missing stdint.h include before ndpi_typedefs.hToni Uhlig2021-10-08
* Added support/debug function to write flow(-user) related info.Toni Uhlig2021-10-08
* Build JSMN with support for parent links.Toni Uhlig2021-07-13
* nDPIsrvd-captured: skip empty flows based on flow total payload lengthToni Uhlig2021-05-20
* Reworked layer 4 flow length naming/calculation.Toni Uhlig2021-05-20
* Fixed CMake global CFLAGS misuse which can cause xcompile errors.Toni Uhlig2021-05-19
* Fixed nDPIsrvd.h flow end bug (flow end callback could never be called and ca...Toni Uhlig2021-04-11
* nDPId-test: added JSON distribution + JSON parsing (Multithreaded design re-u...Toni Uhlig2021-04-09
* nDPIsrvd collectd-exec overhaul.Toni Uhlig2021-03-15
* Fixed possible NULL pointer deref in dependencies/nDPIsrvd.h and examples/c-c...Toni Uhlig2021-02-28
* Added JA3 / SSL SHA1 fingerprint blacklists.Toni Uhlig2021-02-27
* Finalized examples/c-captured to dump packet bytes to PCAP for further analysis.Toni Uhlig2021-02-24
* Extended nDPIsrvd.h with address parsing.Toni Uhlig2021-02-23
* C-Api uses similiar flow key hash calculation as Python-Api.Toni Uhlig2021-02-19
* Aligned nDPIsrvd.py to nDPIsrvd.h for consistency.Toni Uhlig2021-02-16
* Removed superfluous nDPI (header) dependency for examples/c-captured. Use hea...Toni Uhlig2021-02-06
* nDPIsrvd C API overhaul and massive simplification.Toni Uhlig2021-02-06
* Increased JSON buffer size to 12288 (libnDPI serializes more and more informa...Toni Uhlig2021-01-27
* Finished (mostly) C guessed/undetected flow dumper.Toni Uhlig2021-01-26
* Removed all LUA leftover as preparation for UTHASH.Toni Uhlig2020-12-01
* Provide functionality do deal with tokens from JSMN.Toni Uhlig2020-11-17
* Fixed inconsistent callback function call if a token parsed.Toni Uhlig2020-11-13
* Finished unfinished nDPIsrvd.h helper functionality.Toni Uhlig2020-11-13
* Make sure that DAEMON_EVENT_SHUTDOWN gets transmitted before close() (hacky, ...Toni Uhlig2020-11-08