aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
...
* | | Reworked SSL/TLS field namingLuca2019-08-08
| | |
* | | Implemented DTLS supportLuca2019-08-08
| | | | | | | | | | | | Renamed ssl to tls
* | | Serialization fixLuca Deri2019-07-30
| | |
* | | Split serialization code from ndpi_utilsLuca Deri2019-07-30
| | |
* | | Minro changeLuca Deri2019-07-30
| | |
* | | Initial CSV implementationLuca Deri2019-07-29
| | |
* | | Fix for ndpi_serialize_string_uint32_format with JSONLuca Deri2019-07-28
| | |
* | | Added string/float support in (de)serializationLuca Deri2019-07-27
| |/ |/|
* | Added int32/int64 (with sign) serialization/deserializationLuca Deri2019-07-24
| |
* | Warnign fixLuca Deri2019-07-24
| |
* | 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>