aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
Commit message (Expand)AuthorAge
* fuzz: some improvements and add two new fuzzers (#1881)Ivan Nardi2023-02-09
* fuzz: add a new fuzzer to test serialization/deserialization code (#1876)Ivan Nardi2023-01-27
* LRU caches: add a generic (optional and configurable) expiration logic (#1855)Ivan Nardi2023-01-18
* Add some fuzzers to test algorithms and data structures (#1852)Ivan Nardi2023-01-17
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* Improve export/print of L4 protocol information (#1799)Ivan Nardi2022-11-13
* Sizes of LRU caches are now configurableNardi Ivan2022-09-23
* Moved `NDPI_API_VERSION` to `src/include/ndpi_define.h.in` where it belongs.Toni Uhlig2022-09-21
* File nor necessary and generated by configureLuca Deri2020-11-12
* Cosmetic changesLuca Deri2020-11-03
* :bulb: Add mongodb protocol dissector (#1048)Leonn2020-11-03
* Updated APILuca Deri2020-05-06
* Reworked protocol handling chnging it is u_int16_tLuca Deri2020-05-06
* :bulb: implement websocket protocol dissectorLeonn Paiva2020-04-26
* NDPI_API_VERSION is now computed automaticallyLuca Deri2020-03-25
* Win fixesLuca Deri2020-03-12
* Fix docstrings.Zied Aouini2020-02-21
* Add ndpi_flow_tcp_struct and ndpi_flow_udp_struct api calls.Zied Aouini2020-02-21
* Add ndpi_serialize_string_raw to add raw json valuesAlfredo Cardigliano2020-02-14
* Added ndpi_is_protocol_detected() API callLuca Deri2020-02-13
* Implement ndpi_flowv6_flow_hash ndpi_flowv4_flow_hash. Add ndpi_base64_encode.Alfredo Cardigliano2020-01-24
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-05
|\
| * Reworked TLS dissectionLuca2020-01-01
* | Updated (C)Luca Deri2020-01-05
|/
* Expose API to calculate the MD5 hashemanuele-f2019-11-20
* Rounding up serializer buffer to be divisible by 4 (required by zmq encryption)Alfredo Cardigliano2019-11-19
* New ndpi_serialize_string_boolean/ndpi_serialize_uint32_booleanAlfredo Cardigliano2019-11-13
* Added ndpi_load_ipv4_ptree() API callLuca Deri2019-11-11
* Added ndpi_init_detection_module() API preferencesLuca Deri2019-11-10
* Added ndpi_finalize_initalization() initialization functionLuca2019-11-07
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca2019-11-05
|\
| * Implemented SQL Injection and XSS attack detectionLuca Deri2019-11-01
* | Added tunnelling decapsulationLuca2019-11-05
|/
* Major cleanupLuca Deri2019-10-24
* Reworked email metaata extractionLuca Deri2019-10-21
* Added POP3 metadata extractionLuca Deri2019-10-20
* Fix memory leak in ndpiReader.Ravi Kerur2019-10-19
* Updated ndpi_flow2jsonLuca Deri2019-10-16
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-10-15
|\
| * Implement nDPI patricia tree APIemanuele-f2019-10-15
* | Initial implementation of ndpi_flow2json APi callLuca Deri2019-10-15
|/
* Modified API signatures forLuca Deri2019-10-09
* New API functions: ndpi_load_categories_file and ndpi_load_categoryemanuele-f2019-10-08
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-10-08
|\
| * ndpi_load_hostname_category now performs strdup on the name argumentemanuele-f2019-10-08
* | Added ndpi_get_l4_proto_name() and ndpi_get_l4_proto_info() API calls to prin...Luca Deri2019-10-08
|/
* Fix out of bounds read in ndpi_match_custom_categoryemanuele-f2019-10-04
* Reworked categories handlingLuca Deri2019-09-29
* Added ndpi_extra_dissection_possible() API callLuca Deri2019-09-26