aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAge
* Let the library returning the packet direction calculated internally (#2572)Ivan Nardi2024-09-27
* Compilation fixesLuca Deri2024-08-24
* Compilation fixesLuca Deri2024-08-24
* Performed some grammar and typo fixes (#2511)Petr2024-07-19
* 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
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Fix supported versions.Zied Aouini2022-10-31
* Add a note about required Python version.Zied Aouini2022-10-31
* Add support for flow client/server information (#1671)Ivan Nardi2022-07-24
* Python bindings fix.aouinizied2022-04-07
* Update Python bindings guide.aouinizied2022-03-22
* Fix typo.aouinizied2022-03-22
* Add HOWTO Python.aouinizied2022-03-22
* Complete rework of nDPI Python bindings (cffi API, automatic generation, pack...aouinizied2022-03-22
* Extend tests coverage (#1476)Ivan Nardi2022-03-09
* Add a new flow risk `NDPI_ANONYMOUS_SUBSCRIBER` (#1462)Ivan Nardi2022-02-28
* Removed some unused fields (#1461)Ivan Nardi2022-02-28
* Added newflow risk NDPI_HTTP_CRAWLER_BOTLuca Deri2022-02-17
* Added NDPI_ERROR_CODE_DETECTED riskLuca Deri2022-02-03
* Added new IDN/Punycode risk for spotting internationalized domain namesLuca2022-02-03
* Added NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE flow riskLuca Deri2022-01-26
* build: respect environment options more (#1392)Sam James2022-01-18
* Remove some unused fields (#1393)Ivan Nardi2022-01-08
* Added support for Log4J/Log4Shell detection in nDPI via a new flow risk named...Luca Deri2021-12-23
* 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
* Add detection of OCSP (#1370)Ivan Nardi2021-11-11
* TLS: fix two warnings (#1365)Ivan Nardi2021-11-02
* Fix QUIC log and remove SoulSeek leftovers after b97dc6ba (#1351)Ivan Nardi2021-10-19
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* FTP: fix support for START-TLS sessionsNardi Ivan2021-09-21
* A (tiny) effort to reduce memory usage per flow (#1304)Ivan Nardi2021-09-18
* Progetto esame Gestione di Reti - Debora Cerretini (#1290)deboracerretini2021-09-17
* Removing unused fields from the id_struct structure. (#1293)Vitaly Lavrov2021-09-13
* Added new risk for clear text credentialsLuca Deri2021-09-10
* Fix access to some TLS fields in flow structure (#1277)Ivan Nardi2021-08-20
* Clode cleanup (after last merge)Luca Deri2021-08-08
* Added TLS fatal alert flow riskLuca Deri2021-08-07
* Improved TFTP detection. Fixes #1242, #1256 (#1262)Toni2021-07-25
* Added NDPI_DESKTOP_OR_FILE_SHARING_SESSION flow riskLuca Deri2021-04-11
* Refactored nDPI subprotocol handling and aimini protocol detection. (#1156)Toni2021-03-23
* HTTP: fix user-agent parsing (#1124)Ivan Nardi2021-02-03
* Added missing libraryLuca Deri2021-01-22
* Added HTTP suspicious content securirty risk (useful for tracking trickbot)Luca Deri2021-01-02
* Added missing files to `make dist' target which are not required to build nDP...Toni2020-09-29
* Added risks for checkingLuca Deri2020-09-21
* Update example.aouinizied2020-09-14