aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
Commit message (Expand)AuthorAge
...
* nDPI rules (work in progress) implementationLuca Deri2020-11-30
* Moved global in reader_util.cLuca Deri2020-10-27
* Added -D flag for detecting DoH in the wildLuca Deri2020-10-26
* Added -x for checking patternsLuca Deri2020-10-22
* Add unit tests to travis. Move ndpi serializer tests to unit tests.Alfredo Cardigliano2020-09-21
* Merge pull request #1012 from IvanNardi/uaLuca Deri2020-09-17
|\
| * http: create a common function to parse User Agent fieldNardi Ivan2020-09-08
* | Added extension to detect nested subdomains as used in Browsertunnel attack toolLuca Deri2020-09-09
|/
* Fixed invalid memory access leading to a SIGSEGV in ndpiReader's option parser.Toni Uhlig2020-08-28
* Add (optional) dependency on external libraries: libgcrypt and libgpg-errorNardi Ivan2020-08-21
* Fixed invalid dpdk fn call.Toni Uhlig2020-08-15
* Fixed possible memory leak in TLS certificate handlingLuca Deri2020-08-05
* Tiny changes for TLS block lenght dissectionLuca Deri2020-07-29
* Minor fixesNardi Ivan2020-07-26
* Fixed bin similarityLuca Deri2020-07-24
* Improved bin clusteringLuca Deri2020-07-22
* Added changes for handlign SSSH cipher detectionLuca Deri2020-07-22
* wrapper cleanupLuca Deri2020-07-13
* Merge pull request #963 from yskcg/devLuca Deri2020-07-13
|\
| * add improved boundary check and check malloc return is NULLysk2020-07-10
* | Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ...Toni Uhlig2020-07-11
|/
* Various fixes in bins implementationLuca Deri2020-07-09
* Merge pull request #957 from lnslbrty/fix/buildLuca Deri2020-07-09
|\
| * Removed csv_fp as external symbol. Instead passing csv_fp through as argument.Toni Uhlig2020-07-08
* | Added -b to ndpiReader to evaluate binsLuca Deri2020-07-09
|/
* Fix memory leak reported in #955Nardi Ivan2020-07-08
* Added testing bin codeLuca Deri2020-07-07
* Memory allocation fixesLuca Deri2020-07-07
* fixed memory leak in ndpi_cluster_bins / binUnitTestToni Uhlig2020-07-07
* 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 a memory leakNardi Ivan2020-07-07
| * Improve help message of --dbg-proto optionNardi Ivan2020-07-02
* | Added unit testLuca Deri2020-07-03
* | Added ndpi_print_bin() API callLuca Deri2020-06-29
* | Added ndpi_bin_similarity() for computing bin similarityLuca Deri2020-06-29
* | Fix memory leak about purged/expired flowsNardi Ivan2020-06-28
* | Fix (harmless) memory leaks when DPDK is enabledNardi Ivan2020-06-28
* | Fix startup when DPDK is enabledNardi Ivan2020-06-28
* | ndpiReader: fix ports statisticsNardi Ivan2020-06-28
|/
* Fixed harmless memory leak in extcap initializationNardi Ivan2020-06-25
* Restore extcap functionality, i.e. integration with wiresharkNardi Ivan2020-06-25
* Fixed unitialized values in ndpiReader protocol detection bitmask during dga ...Toni Uhlig2020-06-23
* Fixes #906Luca Deri2020-06-22
* Added ndpi_bin_XXX APILuca Deri2020-06-22
* DGA detection improvementsLuca Deri2020-06-18
* Added checks for DGA detectionLuca Deri2020-06-17
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
* Added HyperLogLog cardinality estimator API callsLuca Deri2020-06-10
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-06-06
|\