aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAge
* SSH code cleanupLuca Deri2020-07-25
* Merge pull request #967 from MrRadix/devLuca Deri2020-07-25
|\
| * added other ssh implementations to checkMrRadix2020-07-24
| * added cipher checkMrRadix2020-07-22
| * Resolved conflicts on fetchMrRadix2020-07-22
| |\
| * | fixed bug inside set bit macro callMrRadix2020-07-22
| * | modified new last two risksMrRadix2020-07-22
| * | added sscanf error handlingMrRadix2020-07-22
| * | improved performance and legibilityMrRadix2020-07-22
| * | merged with remoteMrRadix2020-07-22
| |\ \
| * | | improved ndpi_risk2str output for new risksMrRadix2020-07-22
| * | | Merge remote-tracking branch 'ntop_origin/dev' into devMrRadix2020-07-22
| |\ \ \
| * | | | added new risks iside ndpi_risk2str functionMrRadix2020-07-22
| * | | | improved performance by removing linear scanMrRadix2020-07-22
| * | | | added ssh_analyse_signature_version and ssh_has_old_signature for check old s...MrRadix2020-07-21
* | | | | Fixed bin similarityLuca Deri2020-07-24
* | | | | Improved bin clusteringLuca Deri2020-07-22
| |_|_|/ |/| | |
* | | | Added changes for handlign SSSH cipher detectionLuca Deri2020-07-22
* | | | Minor HLL fixesLuca Deri2020-07-22
| |_|/ |/| |
* | | Introduced SSH rick checksLuca Deri2020-07-22
* | | HLL memory usage notesLuca Deri2020-07-22
| |/ |/|
* | User agent detection improvementsLuca Deri2020-07-21
|/
* Added skeleton for checking SSH signatureLuca Deri2020-07-20
* Fix for invalid boundary checkLuca Deri2020-07-17
* Added ndpi_reset_data_analysis() API callLuca Deri2020-07-17
* Indendentation fixLuca Deri2020-07-16
* Merge pull request #964 from yskcg/devLuca Deri2020-07-16
|\
| * remove the unused codeysk2020-07-16
| * 1:add free pointer NULL check;2:fix xbox and teredo protocol detected error w...ysk2020-07-16
* | 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
* Check for avoiding buffer overflow in netbios dissectorLuca Deri2020-07-14
* Fixed makefile error messageLuca 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
* Added -b to ndpiReader to evaluate binsLuca Deri2020-07-09
* Merge pull request #955 from lnslbrty/fix/heap-overflow-thunderLuca Deri2020-07-08
|\
| * Fixed thunder protocol detection heap overflow caused by missing lengthcheck.Toni Uhlig2020-07-08
* | Fix warningsAlfredo Cardigliano2020-07-08
|/
* 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
|\
| * Incorporated some feedbackNardi Ivan2020-07-01
| * mqtt: add boundary check in log messageNardi Ivan2020-06-26
| * Fix compilation with --enable-debug-messages flagNardi Ivan2020-06-26
* | Merge pull request #950 from lnslbrty/improved/http-line-parsingLuca Deri2020-07-06
|\ \
| * | Improved HTTP line parsing if request splitted into multiple packets.Toni Uhlig2020-07-05