Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-06-05 |
|\ | |||
| * | Merge remote-tracking branch 'upstream/dev' into dev | Damir Franusic | 2019-05-31 |
| |\ | |||
| * | | SIP Message extension | Damir Franusic | 2019-05-31 |
| | | | | | | | | | | | | * RFC 3248 | ||
| * | | Added PUBLISH/SUBSCRIBE methods to SIP | Damir Franusic | 2019-05-29 |
| | | | |||
* | | | Added fix for discarding core protocols as subprotocols | Luca Deri | 2019-06-05 |
| |/ |/| | |||
* | | Warning fix | Luca | 2019-05-29 |
|/ | |||
* | Fixed MySQL dissector | Luca Deri | 2019-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 call | Luca Deri | 2019-05-23 |
| | |||
* | Disabled debug | Luca Deri | 2019-05-22 |
| | |||
* | Update SSL server ciphers | Luca Deri | 2019-05-22 |
| | |||
* | SSL certificate analysis improvement | Luca Deri | 2019-05-20 |
| | |||
* | Implements #705 | Luca Deri | 2019-05-20 |
| | |||
* | Removed debug code | Luca Deri | 2019-05-20 |
| | |||
* | Fixed JA3 decoding | Luca Deri | 2019-05-20 |
| | | | | Made ndpi_process_extra_packet() optional | ||
* | JA3 hardeding code | Luca | 2019-05-15 |
| | |||
* | Skept GREASE in SSL JA3 fingerprint | Luca Deri | 2019-05-13 |
| | |||
* | JA3 fixes | Luca Deri | 2019-05-12 |
| | |||
* | Disabled debug traces | Luca Deri | 2019-05-11 |
| | |||
* | Initial JA3 support (https://github.com/salesforce/ja3) for SSL | Luca Deri | 2019-05-11 |
| | |||
* | Hardening fixes for packer parsing | Luca Deri | 2019-05-03 |
| | |||
* | Fix DNS rsp_addr missing in some tiny responses | emanuele-f | 2019-04-15 |
| | |||
* | Merge pull request #682 from chiehmin/dev | Luca Deri | 2019-04-12 |
|\ | | | | | Parse HTTP PATCH method | ||
| * | Parse HTTP PATCH method | chiehminw | 2019-03-26 |
| | | | | | | | | | | | | HTTP PATCH is introduced in RFC 5789 (https://tools.ietf.org/html/rfc5789) Signed-off-by: chiehminw <chiehminw@synology.com> | ||
* | | Merge pull request #694 from pallas/avoid-csgo-short-read | Luca Deri | 2019-04-12 |
|\ \ | | | | | | | csgo: fix invalid read on short packet | ||
| * | | csgo: fix invalid read on short packet | Derrick Lyndon Pallas | 2019-04-06 |
| | | | |||
* | | | Merge pull request #695 from pallas/avoid-memcached-short-read | Luca Deri | 2019-04-12 |
|\ \ \ | | | | | | | | | memcached: fix invalid read on short packet | ||
| * | | | memcached: fix invalid read on short packet | Derrick Lyndon Pallas | 2019-04-06 |
| |/ / | |||
* | | | Tests result fix | Luca | 2019-04-05 |
|\| | | | | | | | | | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | ||
| * | | Implemented ndpi_process_partial_detection() API call to handle partial ↵ | Luca Deri | 2019-04-01 |
| | | | | | | | | | | | | matches due to the nDPI specified configuration | ||
| * | | Add DNS response address | emanuele-f | 2019-03-29 |
| |/ | |||
| * | SSL cleanup | Luca Deri | 2019-03-25 |
| | | |||
| * | Merge pull request #681 from chiehmin/certificate-parsing | Luca Deri | 2019-03-23 |
| |\ | | | | | | | Parse server certificate organization | ||
| | * | we only need one dot to confirm it is a valid domain name | chiehminw | 2019-03-20 |
| | | | | | | | | | | | | | | | | | | | | | github.com is valid but can not be retreive by server certificate parsing Signed-off-by: chiehminw <chiehminw@synology.com> | ||
| | * | retreive ssl certificate origanization | chiehminw | 2019-03-20 |
| | | | | | | | | | | | | Signed-off-by: chiehminw <chiehminw@synology.com> | ||
| * | | Merge pull request #678 from madpilot78/FreeBSD_endian.h | Luca Deri | 2019-03-23 |
| |\ \ | | | | | | | | | The le32toh() function used in some places on BSD OSes requires sys/en… | ||
| | * | | The le32toh() function used in some places on BSD OSes require sys/endian.h ↵ | Guido Falsi | 2019-03-12 |
| | | | | | | | | | | | | | | | | to be included. | ||
| * | | | Merge pull request #677 from chiehmin/add-http-method-prefix | Luca Deri | 2019-03-23 |
| |\ \ \ | | | | | | | | | | | Add NDPI prefix for HTTP_METHOD enum to avoid name collisions | ||
| | * | | | Add NDPI prefix for HTTP_METHOD enum to avoid name collisions | chiehminw | 2019-03-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref: https://stackoverflow.com/questions/35380279/avoid-name-collisions-with-enum-in-c-c99 Signed-off-by: chiehminw <chiehminw@synology.com> | ||
| * | | | | Merge pull request #673 from vel21ripn/dns_fix_name | Luca Deri | 2019-03-23 |
| |\ \ \ \ | | | | | | | | | | | | | More accurate hostname verification in a DNS query. | ||
| | * | | | | More accurate hostname verification in a DNS query. | Vitaly Lavrov | 2019-02-27 |
| | | | | | | |||
| * | | | | | Merge pull request #665 from vel21ripn/whatsapp | Luca Deri | 2019-03-23 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Fix whatsapp signature detecting. | ||
| | * | | | | Fix whatsapp signature detecting. | Vitaly Lavrov | 2019-01-31 |
| | | | | | | |||
* | | | | | | Fixed false positive with FTP_DATA protocol | Luca | 2019-04-05 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | Added coherency in application protol guess by exploiting the host server name Various protocol optimizations | ||
* | | | | | Improved FTP dissection | Luca Deri | 2019-03-14 |
| | | | | | |||
* | | | | | Added fix to avoid FTP false positives | Luca Deri | 2019-03-14 |
| |_|_|/ |/| | | | |||
* | | | | Removed categories based on file content | Luca Deri | 2019-03-10 |
| | | | | |||
* | | | | Proto cleanup | Luca | 2019-03-08 |
| |_|/ |/| | | |||
* | | | Fixes possibly broken dissection of invalid DNS responses | Simone Mainardi | 2019-03-04 |
| | | | |||
* | | | Fixed false positive mining detection | Luca | 2019-03-01 |
| |/ |/| | |||
* | | Improved MDNS dissection | Luca Deri | 2019-02-24 |
| | |