aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Added (optional) notifier for LRU addLuca Deri2020-08-31
* Added new risk for NDPI_UNSAFE_PROTOCOL that identifies protocols that are no...Luca Deri2020-08-30
* Fixed false positive in suspicous user agentLuca Deri2020-08-30
* Passes method_len param to ndpi_http_str2methodSimone Mainardi2020-08-27
* Added ndpi_http_method ndpi_http_str2method(const char* method) API callLuca Deri2020-08-26
* Added ndpi_http_method2str() API callLuca Deri2020-08-26
* Creared IoT-Scada categoryLuca Deri2020-08-23
* Add (optional) dependency on external libraries: libgcrypt and libgpg-errorNardi Ivan2020-08-21
* Major rework of QUIC dissectorNardi Ivan2020-08-21
* Added new check for detecting suspicious (too long) namesLuca Deri2020-08-21
* Compilation fixLuca Deri2020-08-19
* Merge pull request #985 from lnslbrty/add/SOAPLuca Deri2020-08-19
|\
| * Added support for SOAP.Toni Uhlig2020-08-18
* | Merge pull request #977 from adek05/devLuca Deri2020-08-19
|\ \
| * | OpenBSD: Do not redefine __LITTLE_ENDIAN__Adrian Zgorzałek2020-08-09
| * | OpenBSD: Introduce pkt_timeval to deal with (bpf_)_timevalAdrian Zgorzałek2020-08-09
* | | Added support for discordLuca Deri2020-08-16
| |/ |/|
* | Fix typo.aouinizied2020-08-10
* | Added case-insensitive substring matchingLuca Deri2020-08-10
|/
* Merge pull request #973 from IvanNardi/esni3Luca Deri2020-08-06
|\
| * Add risk flag about suspicious ESNI usageNardi Ivan2020-08-05
* | Added note on memory managementLuca Deri2020-08-06
* | Added new ndpi_string_sha1_hash API callLuca Deri2020-08-05
|/
* Win #define fixLuca Deri2020-08-05
* Added new traffic category for connectivity check detectionLuca Deri2020-08-04
* Tiny changes for TLS block lenght dissectionLuca Deri2020-07-29
* TLS dissection improvementsLuca Deri2020-07-28
* Added NDPI_SMB_INSECURE_VERSION for detecting insecure SMB versions (e.g. v1)Luca Deri2020-07-27
* Added parentheses to avoid issues with macro expansionLuca Deri2020-07-25
* Added changes for handlign SSSH cipher detectionLuca Deri2020-07-22
* Introduced SSH rick checksLuca Deri2020-07-22
* Added ndpi_reset_data_analysis() API callLuca Deri2020-07-17
* Added ndpi_data_last() API callLuca Deri2020-07-16
* Added ndpi_data_window_variance() and ndpi_data_window_stddev() API callsLuca Deri2020-07-15
* Add ndpi_hll_reset() API callLuca Deri2020-07-15
* Add note for sync with cffi bindings.aouinizied2020-07-13
* Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ...Toni Uhlig2020-07-11
* Various fixes in bins implementationLuca Deri2020-07-09
* Update note.aouinizied2020-07-09
* Added -b to ndpiReader to evaluate binsLuca Deri2020-07-09
* Added ndpi_cluster_bins() for clustering bins and ancillary functions for bin...Luca Deri2020-07-07
* Merge pull request #932 from IvanNardi/logLuca Deri2020-07-07
|\
| * Fix compilation with --enable-debug-messages flagNardi Ivan2020-06-26
* | Added ndpi_print_bin() API callLuca Deri2020-06-29
* | Added ndpi_bin_similarity() for computing bin similarityLuca Deri2020-06-29
* | Fix undefined behaviour in internal testsNardi Ivan2020-06-28
* | Added notes whenever a new flow risk is addedLuca Deri2020-06-26
* | Added malformed packet risk supportLuca Deri2020-06-26
* | Values stored in patricia tree are now 32 bit (they used to be 16 bit) longLuca Deri2020-06-26
|/
* Added ndpi_bin_XXX APILuca Deri2020-06-22