aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiSimpleIntegration.c
Commit message (Expand)AuthorAge
* TLS: better state about handshake (#2534)Ivan Nardi2024-09-03
* Compilation fixesLuca Deri2024-08-24
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* Allow multiple `struct ndpi_detection_module_struct` to share some state (#2271)Ivan Nardi2024-02-01
* config: allow configuration of guessing algorithmsNardi Ivan2024-01-18
* config: remove `enum ndpi_prefs`Nardi Ivan2024-01-18
* CI: update list of compilers (#2223)Ivan Nardi2023-12-20
* Fix typos (#2204)rl19872023-12-10
* Fixed hash buffer size in ndpiSimpleIntegration. (#2143)Toni2023-11-10
* thread_index may by negative. (#1814)Gowa20172022-12-05
* TLS: improve handling of ALPN(s) (#1784)Ivan Nardi2022-10-25
* TLS/DTLS: we process certificate for UDP flows, tooNardi Ivan2022-09-30
* Add support for flow client/server information (#1671)Ivan Nardi2022-07-24
* Added BPF filtering for discarding non-IP packetsLuca Deri2022-04-27
* Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2Toni Uhlig2022-04-14
* Increment current/total number of active flows on successful flow insertion (...ol-andreyizrailev2022-02-09
* Remove `struct ndpi_id_struct` (#1427)Ivan Nardi2022-01-30
* Fix some race conditions by using atomic operations. (#1420)Toni2022-01-29
* Fixed wrong ip tuple comparison. #1386 (#1418)Toni2022-01-26
* A final(?) effort to reduce memory usage per flow (#1389)Ivan Nardi2021-12-22
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Fix access to some TLS fields in flow structure (#1277)Ivan Nardi2021-08-20
* Fixed Mingw64 build, SonerCloud-CI and more. (#1273)Toni2021-08-18
* Implemented function to retrieve flow information. #1253 (#1254)Toni2021-07-23
* Compilation fixLuca Deri2021-04-26
* Implemented TLS Certificate Sibject matchingLuca Deri2021-02-22
* Fixes due to datatype renameLuca Deri2021-01-22
* Merge pull request #983 from lnslbrty/fix/libpcap-obsolete-pcap_lookupdev-usageLuca Deri2020-08-16
|\
| * Replaced obsolete libpcap pcap_lookupdev with pcap_findalldevs.Toni Uhlig2020-08-15
* | num_extra_packets_checked check can be 0 for some protocols and therefor requ...Toni Uhlig2020-08-13
* | Changed ndpi_ssl_version2str function call in ndpiSimpleIntegration.Toni Uhlig2020-08-08
|/
* Compilation fixes for non-Linux (or outdated Linux) platformslucaderi2020-06-25
* ndpiSimpleIntegration: added another integration exampleToni Uhlig2020-06-24