Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added ndpi_quick_16_byte_hash | Luca | 2020-10-05 | |
| | | | | Warning fix | |||
* | Warning fix | Luca Deri | 2020-10-03 | |
| | ||||
* | Tests update | Luca Deri | 2020-10-02 | |
| | ||||
* | Added fix for invalid SNI check when SNI is missing | Luca Deri | 2020-10-02 | |
| | ||||
* | Updated serialization test unit | Luca Deri | 2020-10-02 | |
| | ||||
* | don't pass arguments to ./configure as 1 string (#1027) | borisVanhoof | 2020-09-29 | |
| | | | | | | | this causes the following error if there are arguments after --host : 'checking host system type... config.sub: too many arguments' Co-authored-by: sahnalys12 <boris.vanhoof_ext@softathome.com> Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | 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 missing files to `make dist' target which are not required to build ↵ | Toni | 2020-09-29 | |
| | | | | | nDPI but still somehow essential. (#1024) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added JSON-C check for unit tests | Luca Deri | 2020-09-26 | |
| | ||||
* | Added extra boundary checks | Luca Deri | 2020-09-26 | |
| | ||||
* | Added back ndpi_check_flow_func (correct) prototype | Luca Deri | 2020-09-25 | |
| | ||||
* | Boundary fix | 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 | |||
* | Added -fno-sanitize=alignment in clang-7 | Luca Deri | 2020-09-24 | |
| | ||||
* | -O0 -> -Og | Luca Deri | 2020-09-23 | |
| | ||||
* | Attempt to avoid errors due to misaligned packet headers | Luca Deri | 2020-09-23 | |
| | ||||
* | Improved boundary check to prevent overflow | Luca Deri | 2020-09-23 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-09-22 | |
|\ | ||||
| * | Macro redefinition | Luca Deri | 2020-09-22 | |
| | | ||||
* | | Minor UA handling improvement to avoid heap-overflow | Luca Deri | 2020-09-22 | |
|/ | ||||
* | Added missing install target in newly added unit tsts | lucaderi | 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 | |||
* | 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 | |
| | | |