aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* Add SPLT and BD classification to the lib.Ravi Kerur2019-07-23
| | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* Add new datastructures.Ravi Kerur2019-07-23
| | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* nDPI ovs changes.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
* Serialization of arrays in JSON formatAlfredo Cardigliano2019-07-22
|
* Added braces in JSON object serializationAlfredo Cardigliano2019-07-19
|
* serializer char* parameters are now constAlfredo Cardigliano2019-07-19
|
* Added support for Google DuoLuca Deri2019-07-19
|
* Improvements for dta dissectionLuca Deri2019-07-18
|
* Deserialization boundary check fix, new end_of_record typeAlfredo Cardigliano2019-07-17
|
* Added ndpi_serialization_uint32_uint64 and ndpi_serialization_string_uint64Alfredo Cardigliano2019-07-17
|
* Added ndpi_serialization_string_uint32Alfredo Cardigliano2019-07-16
|
* Added Line protocol dissectionLuca Deri2019-07-15
| | | | Add fix for discarding STUN over TCP flows
* Merge pull request #736 from themadprofessor/patch-1Luca Deri2019-07-13
|\ | | | | Fix invalid function prototype
| * Fix invalid function prototypeStuart Reilly2019-07-12
| | | | | | Solves a warning when compiling with strict-prototypes.
* | initial work towards simple serilizer/deserialierLuca Deri2019-07-13
|/
* Various TLS improvementsLuca Deri2019-07-02
|
* 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
| * Initial implementation of datasaver protocol supportLuca Deri2019-06-29
| |
* | Remove duplicate defintions and fix function prototypesStuart Reilly2019-06-28
|/
* Dissection improvementsLuca Deri2019-06-27
|
* Added WhatsApp VideoLuca Deri2019-06-20
|
* Reworked SSL cipher handlingLuca Deri2019-06-16
|
* Adds CUSTOM_CATEGORY_ANTIMALWARE category referenced by #710.Luca Deri2019-06-03
|
* Fixed MySQL dissectorLuca Deri2019-05-28
| | | | | SSL dissector now reports the protocol version Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection
* Added ndpi_is_safe_ssl_cipher(0 callLuca Deri2019-05-23
|
* Update SSL server ciphersLuca Deri2019-05-22
|
* SSL certificate analysis improvementLuca Deri2019-05-20
|
* Added missing definitionsLuca Deri2019-05-20
|
* Implements #705Luca Deri2019-05-20
|
* Initial JA3 support (https://github.com/salesforce/ja3) for SSLLuca Deri2019-05-11
|
* Add allowed site categoryemanuele-f2019-05-06
|
* Merge pull request #690 from pallas/make-path-constLuca Deri2019-04-12
|\ | | | | Make path const in ndpi_load_protocols_file
| * Make path const in ndpi_load_protocols_fileDerrick Lyndon Pallas2019-04-05
| |
* | Merge pull request #682 from chiehmin/devLuca Deri2019-04-12
|\ \ | | | | | | Parse HTTP PATCH method
| * | Parse HTTP PATCH methodchiehminw2019-03-26
| | | | | | | | | | | | | | | | | | HTTP PATCH is introduced in RFC 5789 (https://tools.ietf.org/html/rfc5789) Signed-off-by: chiehminw <chiehminw@synology.com>
* | | Tests result fixLuca2019-04-05
|\ \ \ | | |/ | |/| | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev
| * | Improved flow category guessLuca Deri2019-04-02
| | |
| * | Implemented ndpi_process_partial_detection() API call to handle partial ↵Luca Deri2019-04-01
| | | | | | | | | | | | matches due to the nDPI specified configuration
| * | Add DNS response addressemanuele-f2019-03-29
| |/
| * SSL cleanupLuca Deri2019-03-25
| |
| * Merge pull request #681 from chiehmin/certificate-parsingLuca Deri2019-03-23
| |\ | | | | | | Parse server certificate organization
| | * retreive ssl certificate origanizationchiehminw2019-03-20
| | | | | | | | | | | | Signed-off-by: chiehminw <chiehminw@synology.com>
| * | Merge pull request #677 from chiehmin/add-http-method-prefixLuca Deri2019-03-23
| |\ \ | | |/ | |/| Add NDPI prefix for HTTP_METHOD enum to avoid name collisions
| | * Add NDPI prefix for HTTP_METHOD enum to avoid name collisionschiehminw2019-03-12
| | | | | | | | | | | | | | | | | | ref: https://stackoverflow.com/questions/35380279/avoid-name-collisions-with-enum-in-c-c99 Signed-off-by: chiehminw <chiehminw@synology.com>
* | | Fixed false positive with FTP_DATA protocolLuca2019-04-05
|/ / | | | | | | | | Added coherency in application protol guess by exploiting the host server name Various protocol optimizations