aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Improved detection of WebShell and PHP code in HTTP URLs that is reported via...Luca2022-10-04
* Added the ability to track the payload via -E and via the new option 'ndpi_tr...Luca2022-10-04
* Fix ndpi_timeval_to_milliseconds/microseconds for platforms with tv_usec is a...Toni2022-10-02
* Restore Confidence enum constants to ascending values. (#1760)Toni2022-10-02
* Line app support (#1759)sharonenoch2022-10-01
* TLS/DTLS: we process certificate for UDP flows, tooNardi Ivan2022-09-30
* Fixed invalid unidirectional traffic alert for unidirectional protocols (e.g....Luca2022-09-29
* Remove unused codeNardi Ivan2022-09-28
* Fix value of `ndpi_protocol->protocol_by_ip`Nardi Ivan2022-09-25
* DNS: change category of DNS flowsNardi Ivan2022-09-25
* Changed some protocol categories to align with others.Toni Uhlig2022-09-23
* Sizes of LRU caches are now configurableNardi Ivan2022-09-23
* DNS: change category of DNS flowsNardi Ivan2022-09-22
* Extend content match listsNardi Ivan2022-09-22
* NAT-PMP: fix metadata extractionNardi Ivan2022-09-21
* Improved NATPMP dissection. (#1745)Toni2022-09-21
* Build ndpiReader and run regression tests.Toni Uhlig2022-09-21
* Moved `NDPI_API_VERSION` to `src/include/ndpi_define.h.in` where it belongs.Toni Uhlig2022-09-21
* Add proj and sln for compile of dynamic x64 lib under Visual Studio 2019.mark andrews2022-09-21
* Fix CI after nBPF integration (#1746)Ivan Nardi2022-09-21
* Copilation fixLuca Deri2022-09-21
* Finalized nBPF support. You can now define custom protocols such asLuca Deri2022-09-21
* Remove classification "by-ip" from protocol stack (#1743)Ivan Nardi2022-09-20
* Fix warnings on OpenWrt CCs, caused by the memcpy builtin. (#1741)Toni2022-09-18
* Added MAX_NBPF_CUSTOM_PROTO defineLuca Deri2022-09-17
* Initial work towards custom BPF protocol definitionLuca2022-09-16
* Add CryNetwork dissector.Toni Uhlig2022-09-16
* Add Syncthing dissector.Toni Uhlig2022-09-16
* Add NATPMP dissector. (#1738)Toni2022-09-16
* Remove a case of guessed sub-classificationNardi Ivan2022-09-14
* Dissectors shouldn't update `flow->guessed_host_protocol_id`Nardi Ivan2022-09-14
* Anydesk: improve detection (#1735)Ivan Nardi2022-09-13
* HTTP: remove some wrong codeNardi Ivan2022-09-13
* Fix `ndpi_do_guess()` (#1731)Ivan Nardi2022-09-12
* STUN: several improvementsNardi Ivan2022-09-11
* HTTP: correctly set the classification protocolsNardi Ivan2022-09-06
* Serialize nDPI detection/dissection data as object. (#1725)Toni2022-09-06
* Fix some warningsNardi Ivan2022-09-05
* Avoid useless host automa lookup (#1724)Ivan Nardi2022-09-05
* Fix string copy truncation warning. (#1723)Toni2022-09-05
* Fixed FastCGI memory issue (was not using nDPI's malloc wrapper). (#1722)Toni2022-09-05
* Fix endianess in IP-Port lookupNardi Ivan2022-09-05
* Fix broken ndpi_timeval_to_(milli|micro)seconds (>UINT_MAX). (#1720)Toni2022-09-04
* Add support to opportunistic TLSNardi Ivan2022-09-04
* Fixes on hw calculationLuca Deri2022-09-01
* Serializer supports double for JSON and CSV only for the time being (TLV need...Alfredo Cardigliano2022-09-01
* Temporarily restore ndpi_serialization_unknown = 0Alfredo Cardigliano2022-09-01
* Restore ndpi_serialization_type item values. Use 0 for the new ndpi_serializa...Alfredo Cardigliano2022-09-01
* Improve AES-NI checkAlfredo Cardigliano2022-08-30
* FastCGI: dissect PARAMS (#1715)Toni2022-08-30