Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | SSL cipher improvements | Luca Deri | 2019-06-16 |
| | |||
* | Reworked SSL cipher handling | Luca Deri | 2019-06-16 |
| | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-06-05 |
|\ | |||
| * | Added missing antimalware category | lucaderi | 2019-06-03 |
| | | |||
| * | Adds CUSTOM_CATEGORY_ANTIMALWARE category referenced by #710. | Luca Deri | 2019-06-03 |
| | | |||
| * | Merge pull request #691 from pallas/fix-double-strdup | Luca Deri | 2019-06-03 |
| |\ | | | | | | | Fix double-strdup memory leak in ndpi_handle_rule | ||
| | * | Fix double-strdup memory leak in ndpi_handle_rule | Derrick Lyndon Pallas | 2019-04-05 |
| | | | | | | | | | | | | | | | proto is being strdup'd both in the call to ndpi_set_proto_defaults and inside of that function as well, leaking the memory. | ||
| * | | 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 |
| | | |||
* | | Added missing definitions | 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 | ||
* | | Merge pull request #704 from TelecomsSansFrontieres/dev | Luca Deri | 2019-05-18 |
|\ \ | | | | | | | Adding 2 missing Whatsapp IPs | ||
| * | | Adding 2 missing Whatsapp IPs | Clément BRUGUERA | 2019-05-13 |
| | | | |||
* | | | 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 |
| | | |||
* | | Merge pull request #696 from pallas/avoid-hyperscan-leak | Luca Deri | 2019-05-08 |
|\ \ | | | | | | | Avoid leaking hyperscan struct | ||
| * | | Avoid leaking hyperscan struct | Derrick Lyndon Pallas | 2019-04-22 |
| | | | |||
* | | | Add allowed site category | emanuele-f | 2019-05-06 |
| | | | |||
* | | | Hardening fixes for packer parsing | Luca Deri | 2019-05-03 |
| | | | |||
* | | | ndpi_handle_rule accepted formats | cardigliano | 2019-04-29 |
| | | | |||
* | | | Fix DNS rsp_addr missing in some tiny responses | emanuele-f | 2019-04-15 |
|/ / | |||
* | | Merge pull request #688 from Dark-Vex/whatsapp | Luca Deri | 2019-04-12 |
|\ \ | | | | | | | Added new Whatsapp addresses ntop/nDPI issue #683 | ||
| * | | [FIX] Added new whatsapp addresses ntop/nDPI issue #683 | Dark-Vex | 2019-04-02 |
| | | | |||
* | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-04-12 |
|\ \ \ | |||
| * \ \ | Merge pull request #690 from pallas/make-path-const | Luca Deri | 2019-04-12 |
| |\ \ \ | | | | | | | | | | | Make path const in ndpi_load_protocols_file | ||
| | * | | | Make path const in ndpi_load_protocols_file | Derrick Lyndon Pallas | 2019-04-05 |
| | | |/ | | |/| | |||
| * | | | Merge pull request #687 from Dark-Vex/viber | Luca Deri | 2019-04-12 |
| |\ \ \ | | | | | | | | | | | Added Viber IPs issue #684 | ||
| | * | | | [FIX] Added IPs reported in ntop/nDPI issue #684 | Daniele De Lorenzi | 2019-04-02 |
| | | |/ | | |/| | |||
| * | | | 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 |
| | |/ / / | |||
* | / / / | Fixes #692 | Luca Deri | 2019-04-12 |
|/ / / / | |||
* | | | | Add missing newlines | emanuele-f | 2019-04-12 |
| | | | | |||
* | | | | Fix category detection | emanuele-f | 2019-04-12 |
| | | | |