Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Exclude sanitizer on unit tests involving json-c due to a bug in the lib | Alfredo Cardigliano | 2020-09-21 |
| | |||
* | Add distdir directive | Alfredo Cardigliano | 2020-09-21 |
| | |||
* | Add unit tests to travis. Move ndpi serializer tests to unit tests. | Alfredo Cardigliano | 2020-09-21 |
| | |||
* | Merge pull request #1022 from lnslbrty/fix/ndpi-mingw-fn-redef | Luca Deri | 2020-09-21 |
|\ | | | | | Do not re-define libc functions for mingw builds. | ||
| * | Do not re-define libc functions for mingw builds. | Toni Uhlig | 2020-09-20 |
|/ | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added sample Windows MSVC project | Luca Deri | 2020-09-20 |
| | |||
* | 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> | ||
* | | | Updated results | Luca Deri | 2020-09-18 |
| | | | |||
* | | | 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 |
| | | | |||
* | | | Update example. | aouinizied | 2020-09-14 |
| | | | |||
* | | | 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 |
|/ / | |||
* | | Merge pull request #1008 from lnslbrty/add/dnscrypt | Luca Deri | 2020-09-08 |
|\ \ | | | | | | | Improved dnscrypt v1/v2 protocol detection (and DoH provider). | ||
| * | | Added pcap file which contains dnscrypt-v1 data and resolver update ↵ | Toni Uhlig | 2020-09-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | requests/responses (v1/v2). * Renamed dnscrypt.pcap to simple-dnscrypt.pcap Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | | Added dnscrypt-v2-doh resolver test pcaps. | Toni Uhlig | 2020-09-07 |
| | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | | 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> | ||
* / | Added command for specifying the aux files dir | Luca Deri | 2020-09-08 |
|/ | |||
* | 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 |
| | |||
* | Merge pull request #1003 from ↵ | Luca Deri | 2020-09-02 |
|\ | | | | | | | | | lnslbrty/fix/fals-positive-cisco-hsrp-radius-detection Fixed false positive detection for Skype.SkypeCall (affects at least Cisco HSRP and RADIUS). | ||
| * | Fixed off-by-one error in Kerberos protocol. | Toni Uhlig | 2020-09-02 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Fixed false positive detection for Skype.SkypeCall (affects at least Cisco ↵ | Toni Uhlig | 2020-09-02 |
|/ | | | | | | HSRP and RADIUS). Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added boundary check | Luca Deri | 2020-09-01 |
| | |||
* | Added trademark information | Luca Deri | 2020-09-01 |
| | |||
* | Added check for ndpi_ssl_version2str() | Luca Deri | 2020-08-31 |
| | |||
* | Added (optional) notifier for LRU add | Luca Deri | 2020-08-31 |
| | |||
* | Merge pull request #999 from IvanNardi/quic | Luca Deri | 2020-08-30 |
|\ | | | | | QUIC: add support for GQUIC T050 and T051 |