Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Split ptree user data in 32 and 64 bit entries | Luca Deri | 2020-12-30 | |
| | ||||
* | Removed test code | Luca Deri | 2020-12-26 | |
| | ||||
* | Introduced fix on TLS for discarding traffic out of sequence that might ↵ | Luca Deri | 2020-12-22 | |
| | | | | invalidate dissection | |||
* | Win fixes | Luca Deri | 2020-12-17 | |
| | ||||
* | Type change to avoid Windows compilation issues | Luca Deri | 2020-12-17 | |
| | ||||
* | Rule changes work in progress | Luca Deri | 2020-12-11 | |
| | ||||
* | Add NDPI_PROTOCOL_ANY_CATEGORY to ndpi_protocol_category_t enum | Alfredo Cardigliano | 2020-12-11 | |
| | ||||
* | Rename Jabber detection name as we are not sure if it is unencrypted e.g. if ↵ | Toni | 2020-12-08 | |
| | | | | | START_TLS used. (#1079) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added chec for avoiding doung ntop_config.h include | Luca Deri | 2020-12-01 | |
| | ||||
* | nDPI rules (work in progress) implementation | Luca Deri | 2020-11-30 | |
| | ||||
* | Removed unnecessary field | Luca Deri | 2020-11-29 | |
| | ||||
* | Add Virtual Asssitant (Alexa, Siri) support. (#1057) | Zied Aouini | 2020-11-16 | |
| | | | | | | | | | | | | | | | * Add AmazonAlexa protocol. * Add AmazonAlexa test file and result. * Include pcapng as file format. * Rename Category to VirtualAssistant. * Add AppleSiri virtual assistant. * Fix pcapng test files format support. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add Tumblr support. (#1061) | Zied Aouini | 2020-11-16 | |
| | | | | | | | * Add Tumblr protocol. * Add Tumblr test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add Reddit support. (#1060) | Zied Aouini | 2020-11-16 | |
| | | | | | | | * Add Reddit protocol. * Add Reddit test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add Pinterest support. (#1059) | Zied Aouini | 2020-11-16 | |
| | | | | | | | * Add Pinterest protocol. * Add Pinterest test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add DisneyPlus protocol. (#1058) | Zied Aouini | 2020-11-16 | |
| | ||||
* | File nor necessary and generated by configure | Luca Deri | 2020-11-12 | |
| | ||||
* | Renumbered AmongUs protocol | Luca Deri | 2020-11-09 | |
| | ||||
* | Added support for AmongUs. (#1054) | Toni | 2020-11-09 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Cosmetic changes | Luca Deri | 2020-11-03 | |
| | ||||
* | :bulb: Add mongodb protocol dissector (#1048) | Leonn | 2020-11-03 | |
| | ||||
* | Improve skype detection (#1039) | Igor Duarte | 2020-10-27 | |
| | | | | | | | * Add new skype pcap PCAP extracted from SkypeIRC.cap (available in https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=SkypeIRC.cap) * Improve skype detection | |||
* | Added -D flag for detecting DoH in the wild | Luca Deri | 2020-10-26 | |
| | | | | Removed heuristic from CiscoVPN as it leads to false positives | |||
* | Various improvemement when using ndpi_pref_enable_tls_block_dissection: | Luca Deri | 2020-10-24 | |
| | | | | | | application data TLS blocks are now ignored when exchanged before - the end of certificate negotiation (up to TLS 1.2) - change cipher | |||
* | Added CPHA - CheckPoint High Availability Protocol protocl support | Luca Deri | 2020-10-22 | |
| | ||||
* | Fixes #1033 | Luca Deri | 2020-10-21 | |
| | ||||
* | Add serialization of values list in TLV | Alfredo Cardigliano | 2020-10-15 | |
| | ||||
* | Serialized doxygen doc | Alfredo Cardigliano | 2020-10-05 | |
| | ||||
* | Added ndpi_quick_16_byte_hash | Luca | 2020-10-05 | |
| | | | | Warning fix | |||
* | Added back ndpi_check_flow_func (correct) prototype | Luca Deri | 2020-09-25 | |
| | ||||
* | Compilation fix | Luca Deri | 2020-09-25 | |
| | ||||
* | Various optimizations to reduce not-necessary calls | Luca Deri | 2020-09-24 | |
| | | | | | Optimized various UDP dissectors Removed dead protocols such as pando and pplive | |||
* | Macro redefinition | Luca Deri | 2020-09-22 | |
| | ||||
* | Added risks for checking | Luca Deri | 2020-09-21 | |
| | | | | | - invalid DNS traffic (probably carrying exfiltrated data) - TLS traffic with no SNI extension | |||
* | Merge pull request #1018 from lnslbrty/fix/make-dist | Luca Deri | 2020-09-20 | |
|\ | | | | | Fixed broken `make dist' and added CI check. | |||
| * | Fixed broken `make dist' and added CI check. | Toni Uhlig | 2020-09-19 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | Merge pull request #1017 from lnslbrty/fix/mingw-xcompile | Luca Deri | 2020-09-20 | |
|\ \ | | | | | | | Added support for mingw xcompile. | |||
| * | | Fixed shlib xcompile for x86_64-w64-mingw32 | Toni Uhlig | 2020-09-08 | |
| | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | | Reworked MDNS dissector that is not based on the DNS dissector | Luca Deri | 2020-09-17 | |
| | | | ||||
* | | | Added extension to detect nested subdomains as used in Browsertunnel attack tool | Luca Deri | 2020-09-09 | |
| | | | | | | | | | | | | https://github.com/veggiedefender/browsertunnel | |||
* | | | Add missing low-level serializer calls to the API | Alfredo Cardigliano | 2020-09-09 | |
| |/ |/| | ||||
* | | Improved dnscrypt v1/v2 protocol detection. | Toni Uhlig | 2020-09-06 | |
|/ | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Add start_of_block/end_of_block support to TLV | Alfredo Cardigliano | 2020-09-04 | |
| | ||||
* | Added (optional) notifier for LRU add | Luca Deri | 2020-08-31 | |
| | ||||
* | Added new risk for NDPI_UNSAFE_PROTOCOL that identifies protocols that are ↵ | Luca Deri | 2020-08-30 | |
| | | | | not condidered safe/secure | |||
* | Fixed false positive in suspicous user agent | Luca Deri | 2020-08-30 | |
| | | | | Optimized stddev calculation | |||
* | Passes method_len param to ndpi_http_str2method | Simone Mainardi | 2020-08-27 | |
| | ||||
* | Added ndpi_http_method ndpi_http_str2method(const char* method) API call | Luca Deri | 2020-08-26 | |
| | ||||
* | Added ndpi_http_method2str() API call | Luca Deri | 2020-08-26 | |
| | ||||
* | Creared IoT-Scada category | Luca Deri | 2020-08-23 | |
| | | | | Minor dnp3 changes |