aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Expand)AuthorAge
* Added IMO dissectorLuca Deri2019-09-09
* Fix mangled stack by invalid sscanfemanuele-f2019-08-29
* Fix memory corruptions in ndpi_node handleremanuele-f2019-08-29
* Added stub for ndpi_free_memory_at_termination() (TODO)Luca Deri2019-08-29
* Initial work towards traffic classificationLuca2019-08-27
* Merge pull request #758 from tansly/wireguardLuca Deri2019-08-22
|\
| * Merge branch 'dev' into wireguardYağmur Oymak2019-07-24
| |\
| * | Add support for WireGuard VPNYağmur Oymak2019-07-23
* | | Implemented STUN cache to enhance matching of STUN-based protocolsLuca2019-08-12
* | | Add NDPI_PROTOCOL_DANGEROUS classificationemanuele-f2019-08-09
* | | Various TLS/STUN improvememntsLuca2019-08-08
* | | Reworked SSL/TLS field namingLuca2019-08-08
* | | Implemented DTLS supportLuca2019-08-08
* | | Change SMBv1 breed to potentially dangerousemanuele-f2019-08-07
* | | Code cleanupLuca Deri2019-07-27
| |/ |/|
* | Updated results with new dissectionLuca Deri2019-07-24
* | Add SPLT and BD classification to the lib.Ravi Kerur2019-07-23
* | Xbox and PS4 static port classification.Ravi Kerur2019-07-23
* | Amazon video static classification.Ravi Kerur2019-07-23
* | Add default port based iperf classification.Ravi Kerur2019-07-23
|/
* Merged Google Hangout and Duo as they are pretty similar from the network sta...Luca Deri2019-07-22
* Improved WhatsApp detectionLuca Deri2019-07-22
* STUN, Hangout, Duo dissection improvementsLuca Deri2019-07-21
* Added support for Google DuoLuca Deri2019-07-19
* Added extar checkLuca Deri2019-07-17
* Fixes #741Luca Deri2019-07-15
* Added Line protocol dissectionLuca Deri2019-07-15
* Solve remaining warningsStuart Reilly2019-07-12
* Add compiler warnings and fix themStuart Reilly2019-07-12
* Compilation fixLuca Deri2019-07-12
* Dissection improventsLuca Deri2019-07-11
* Fixed uninitialized variable that caused weird errorsLuca Deri2019-07-10
* Fix that caused nDPI to provide false positive results with pattern matchingLuca Deri2019-07-10
* Improved protocol guessLuca Deri2019-07-02
* Fixed invalid changes in ndpi_get_proto_category() and ndpi_get_proto_name() ...Luca Deri2019-07-01
* Merge remote-tracking branch 'upstream' into devStuart Reilly2019-07-01
|\
| * Added DNSoverHTTPS detectionLuca Deri2019-06-30
| * Added ndpi_has_human_readeable_string for detecting human-readeable strings i...Luca Deri2019-06-30
| * Improvemnts in SSL certificate detectionLuca Deri2019-06-30
| * Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-06-29
| |\
| | * ntohl Portability fixesLuca Deri2019-06-29
| * | Initial implementation of datasaver protocol supportLuca Deri2019-06-29
| |/
* | Move NULL checks to start of functionsStuart Reilly2019-06-28
* | Fix two potential OOB reads in ndpi_main.cStuart Reilly2019-06-28
|/
* Dissection improvementsLuca Deri2019-06-27
* Added WhatsApp VideoLuca Deri2019-06-20
* Reworked SSL cipher handlingLuca Deri2019-06-16
* Added missing antimalware categorylucaderi2019-06-03
* Merge pull request #691 from pallas/fix-double-strdupLuca Deri2019-06-03
|\
| * Fix double-strdup memory leak in ndpi_handle_ruleDerrick Lyndon Pallas2019-04-05