Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Added new IPs for TeamViewer (#1040) | Douglas | 2020-10-21 |
| | | | Co-authored-by: Douglas Wordell <douglas.wordell@seti.com.br> | ||
* | Remove possible invalid read (#1035) | Igor Duarte | 2020-10-21 |
| | |||
* | Improved processing of IPv6 header | Luca Deri | 2020-10-15 |
| | | | | Improved QUIC serialization | ||
* | Handle list items in ndpi_deserialize_get_single_size | Alfredo Cardigliano | 2020-10-15 |
| | |||
* | Add serialization of values list in TLV | Alfredo Cardigliano | 2020-10-15 |
| | |||
* | Added ndpi_quick_16_byte_hash | Luca | 2020-10-05 |
| | | | | Warning fix | ||
* | Added fix for invalid SNI check when SNI is missing | Luca Deri | 2020-10-02 |
| | |||
* | QUIC: fix dissection of "offset" field (#1025) | Ivan Nardi | 2020-09-29 |
| | | | | | | | The "offset" field is a variable-length integer. This bug hasn't any practical effects right now, since we are ignoring any packet with "offset" != 0 (and the value 0 is always encoded in only one byte). But extracting a correct "offset" is important if we are ever going to handle fragmented Client Hello messages. | ||
* | Added extra boundary checks | Luca Deri | 2020-09-26 |
| | |||
* | Boundary 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 | ||
* | Improved boundary check to prevent overflow | Luca Deri | 2020-09-23 |
| | |||
* | Minor UA handling improvement to avoid heap-overflow | Luca Deri | 2020-09-22 |
| | |||
* | Minor change for alignment issue | Luca Deri | 2020-09-21 |
| | |||
* | Added risks for checking | Luca Deri | 2020-09-21 |
| | | | | | - invalid DNS traffic (probably carrying exfiltrated data) - TLS traffic with no SNI extension | ||
* | Do not re-define libc functions for mingw builds. | Toni Uhlig | 2020-09-20 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Merge pull request #1019 from IvanNardi/quic_fb | Luca Deri | 2020-09-20 |
|\ | | | | | QUIC: add support for MVFST EXPERIMENTAL version | ||
| * | QUIC: add support for MVFST EXPERIMENTAL version | Nardi Ivan | 2020-09-20 |
| | | |||
* | | 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. | ||
| * | | Using NDPI_I64_FORMAT, NDPI_U64_FORMAT format string to differentiate ↵ | Toni Uhlig | 2020-09-18 |
| | | | | | | | | | | | | | | | | | | between Windows and non-Windows. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | | Fixed mingw build w/o examples/tests/fuzzer. | Toni Uhlig | 2020-09-18 |
| | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | | Fixed shlib xcompile for x86_64-w64-mingw32 | Toni Uhlig | 2020-09-08 |
| | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | | Added MDNS in extra packet dissection function | Luca Deri | 2020-09-18 |
| | | | |||
* | | | Reworked MDNS dissector that is not based on the DNS dissector | Luca Deri | 2020-09-17 |
| | | | |||
* | | | Merge pull request #1012 from IvanNardi/ua | Luca Deri | 2020-09-17 |
|\ \ \ | | | | | | | | | QUIC: extract User Agent information | ||
| * | | | TLS: fix memory accesses in QUIC transport parameters extension | Nardi Ivan | 2020-09-10 |
| | | | | |||
| * | | | QUIC: extract User Agent information | Nardi Ivan | 2020-09-08 |
| | | | | |||
| * | | | http: create a common function to parse User Agent field | Nardi Ivan | 2020-09-08 |
| | |/ | |/| | | | | | | | Prepare the code to handle UA information from flows other than HTTP | ||
* | | | Disabled QUIC tracing that pollutes the output | Luca Deri | 2020-09-17 |
| | | | |||
* | | | Commented unused function | Luca | 2020-09-13 |
| | | | |||
* | | | Temporarily keep using snprintf | Alfredo Cardigliano | 2020-09-11 |
| | | | |||
* | | | Reworked DGA checks | Luca Deri | 2020-09-11 |
| | | | |||
* | | | Replace snprintf with ndpi_snappend | Alfredo Cardigliano | 2020-09-11 |
| | | | |||
* | | | Added boundary check | Luca Deri | 2020-09-10 |
| | | | |||
* | | | Added buffer check in DGA analysis | Luca Deri | 2020-09-10 |
| | | | |||
* | | | Complation fix as not on all platforms isnumber() is available | lucaderi | 2020-09-10 |
| | | | |||
* | | | Merge pull request #1014 from lnslbrty/improved/teamspeak | Luca Deri | 2020-09-09 |
|\ \ \ | | | | | | | | | Improved Teamspeak(3) protocol detection. | ||
| * | | | Improved Teamspeak(3) protocol detection. | Toni Uhlig | 2020-09-09 |
| |/ / | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | | 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 |
|/ / | |||
* | | Updated DoT/DoH provider. | Toni Uhlig | 2020-09-07 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | 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 some additional TLS mappings | Luca Deri | 2020-09-02 |
| |