aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Collapse)AuthorAge
...
* TLS cerficate hash calculationLuca Deri2019-09-14
|
* Added IMO dissectorLuca Deri2019-09-09
| | | | | Fixed TLS/UDP detection Reduced UBNT buffer for saving space
* Fix mangled stack by invalid sscanfemanuele-f2019-08-29
|
* Fix memory corruptions in ndpi_node handleremanuele-f2019-08-29
| | | | Crash occurred with clang version 6.0.0-1ubuntu2 on ubuntu 18
* 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
|\ | | | | Add support for WireGuard VPN
| * Merge branch 'dev' into wireguardYağmur Oymak2019-07-24
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/include/ndpi_protocols.h src/lib/ndpi_main.c Get upstream developments.
| * | 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
| | | | | | | | | | | | Renamed ssl to tls
* | | Change SMBv1 breed to potentially dangerousemanuele-f2019-08-07
| | | | | | | | | | | | https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Stop-using-SMB1/ba-p/425858
* | | 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
| | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | Xbox and PS4 static port classification.Ravi Kerur2019-07-23
| | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | Amazon video static classification.Ravi Kerur2019-07-23
| | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | Add default port based iperf classification.Ravi Kerur2019-07-23
|/ | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* Merged Google Hangout and Duo as they are pretty similar from the network ↵Luca Deri2019-07-22
| | | | standpoint and from the features they implement
* 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
| | | | Warning fix
* Fixes #741Luca Deri2019-07-15
|
* Added Line protocol dissectionLuca Deri2019-07-15
| | | | Add fix for discarding STUN over TCP flows
* 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 QUIC dissection Disabled debug message
* 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
| | | | dur to https://github.com/ntop/nDPI/pull/731/commits/4b717276614e20feada22e6fe29ea2099ba9fd37
* 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 ↵Luca Deri2019-06-30
| | | | | | | | in buffers
| * 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_rule