Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix some ndpi_malloc/ndpi_free pairs (#1298) | Ivan Nardi | 2021-09-13 | |
| | ||||
* | Update the list of default ports for QUIC protocol (#1297) | Ivan Nardi | 2021-09-13 | |
| | | | There are no reasons to register UDP/80 as a default port for QUIC | |||
* | Bittorrent: fix a potential use-of-uninitialized-value error (#1296) | Ivan Nardi | 2021-09-13 | |
| | | | | | | Not sure if this is the right fix (from a logical point-of-view): this code hasn't changed since OpenDPI era (!) and I have't found a trace triggering this code path. Anyway, the use-of-uninitialized-value error itself should be fixed. | |||
* | Removing unused fields from the id_struct structure. (#1293) | Vitaly Lavrov | 2021-09-13 | |
| | | | Reduced by 40 bytes. | |||
* | Cassandra: fix compilation when "--enable-debug-messages" option is used (#1294) | Ivan Nardi | 2021-09-11 | |
| | | | | Let's try adding a dedicated compilation in GitHub Actions to easily detect this kind of errors in the future | |||
* | Added new risk for clear text credentials | Luca Deri | 2021-09-10 | |
| | ||||
* | Add Cassandra protocol dissector (#1285) | lucasbaile | 2021-09-09 | |
| | | | Co-authored-by: Lucas Santos <lucas.santos@zerum.com> | |||
* | Win fix | Luca Deri | 2021-09-07 | |
| | ||||
* | ARM fixes | Luca Deri | 2021-08-25 | |
| | ||||
* | Fix access to some TLS fields in flow structure (#1277) | Ivan Nardi | 2021-08-20 | |
| | | | | Fields 'tls.hello_processed` and `tls.subprotocol_detected` are used by QUIC (i.e UDP...), too. | |||
* | Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276) | Ivan Nardi | 2021-08-20 | |
| | | | | | | | | | | | | | | | | Fix all the warnings. Getting rid of "-Wno-unused-parameter" is quite complex because some parameters usage depends on compilation variable (i.e. `--enable-debug-messages`). The "-Werror" flag has been added only in Travis builds to avoid breaking the builds to users using uncommon/untested OS/compiler/enviroment. Tested on: * x86_64; Ubuntu 20.04; gcc 7,8,9,10,11; clang 7,8,9,10,11,12 * x86_64; CentOS 7.7; gcc 4.8.5 (with "--disable-gcrypt" flag) * Raspberry 4; Debian 10.10; gcc 8.3.0 | |||
* | Fixed Mingw64 build, SonerCloud-CI and more. (#1273) | Toni | 2021-08-18 | |
| | | | | | | | | | | | | | * Added ARM build and unit test run for SonarCloud-CI. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Fixed Mingw64 build. * adapted to SonarCloud-CI workflow * removed broken and incomplete Windows example (tested on VS2017/VS2019) * removed unnecessary include (e.g. pthread.h for the library which does not make use of it) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fixes a crash on ARM (Raspberry Pi 4 Model B Rev 1.1) | Luca Deri | 2021-08-18 | |
| | ||||
* | Fixed some invalid TLS guesses | Luca Deri | 2021-08-17 | |
| | ||||
* | Added check to avoid clases on similar protocols (FTP adn SMTP) on setting ↵ | Luca Deri | 2021-08-11 | |
| | | | | hostname | |||
* | Added extraction of hostname in SMTP | Luca Deri | 2021-08-11 | |
| | | | | Fixed mail incalid subprotocol calculation | |||
* | Fix typo | Alfredo Cardigliano | 2021-08-10 | |
| | ||||
* | Typo | Luca Deri | 2021-08-09 | |
| | ||||
* | Addef ETH_ARP definition | Luca Deri | 2021-08-09 | |
| | ||||
* | Defined more standard ethernet protocol types | Luca Deri | 2021-08-09 | |
| | ||||
* | Added protocol defines | Luca Deri | 2021-08-09 | |
| | ||||
* | Clode cleanup (after last merge) | Luca Deri | 2021-08-08 | |
| | ||||
* | Added entropy calculation to check for suspicious (encrypted) payload. (#1270) | Toni | 2021-08-08 | |
| | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Skip whitespaces between HTTP method and URL. (#1271) | Toni | 2021-08-08 | |
| | | | | | * be less case-restrictive, RFC2616 wants it that way Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added TLS fatal alert flow risk | Luca Deri | 2021-08-07 | |
| | ||||
* | Added ability to report whether a protocol is encrypted | Luca Deri | 2021-08-07 | |
| | | | | | | | | | Added new API calls - u_int8_t ndpi_is_valid_protoId(u_int16_t protoId); Cleaned up code and organized in a function. - u_int8_t ndpi_is_encrypted_proto(struct ndpi_detection_module_struct *ndpi_str, ndpi_protocol proto); Check whether a protocol is encrypted or not based on master and app protocols | |||
* | Win fix | Luca Deri | 2021-08-03 | |
| | ||||
* | Added legacy whatsapp rules used to match old pcaps that need to be removed ↵ | Luca Deri | 2021-07-31 | |
| | | | | in the future | |||
* | Improved RTSP detection and fixed HTTP false-positive. Fixes #1229. (#1266) | Toni | 2021-07-31 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Updated WhatsAPP and Instagram addresses (#1264) | Fábio Depin | 2021-07-31 | |
| | | | | | * Updated WhatsAPP addresses * Added Instagram addresses | |||
* | Improved libm check via Autoconf. (#1263) | Toni | 2021-07-28 | |
| | | | | | * libm will now be part of @ADDITIONAL_LIBS@ (if required) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Improved risk detection mask algorithm | Luca Deri | 2021-07-26 | |
| | ||||
* | Improved TFTP detection. Fixes #1242, #1256 (#1262) | Toni | 2021-07-25 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Typo (Thanks Ivan) | Luca Deri | 2021-07-24 | |
| | ||||
* | Implemented ALPN automa for checking uncommon ALPNs | Luca Deri | 2021-07-24 | |
| | ||||
* | Risk check improvement | Luca Deri | 2021-07-24 | |
| | ||||
* | Typo | Alfredo Cardigliano | 2021-07-23 | |
| | ||||
* | Fix prototype | Alfredo Cardigliano | 2021-07-23 | |
| | ||||
* | Reworked flow risk implementation | Luca Deri | 2021-07-23 | |
| | ||||
* | Implemented function to retrieve flow information. #1253 (#1254) | Toni | 2021-07-23 | |
| | | | | | * fixed [h]euristic typo Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fixed risk mask implementation | Luca Deri | 2021-07-23 | |
| | ||||
* | Implementation of flow risk eception (work in progress) | Luca Deri | 2021-07-22 | |
| | ||||
* | Added risk: TLS_EXTENSION_SUSPICIOUS (#1252) | Toni | 2021-07-19 | |
| | | | | | | * validates client/server hello TLS extensions * inspects content for some extensions Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fix setting of flow risks on 32 bit machines (#1251) | Ivan Nardi | 2021-07-19 | |
| | | | | Since 19a29e1e (NDPI_TLS_CERT_VALIDITY_TOO_LONG is 32), unit tests are failing on 32 bit machines (i.e Raspberry 4) | |||
* | Updated download category name | Luca Deri | 2021-07-16 | |
| | ||||
* | Bug fix. (#1250) | Vitaly Lavrov | 2021-07-16 | |
| | | | Restore part of the fields flow->packet after cleaning flow structure. | |||
* | Fixed TLS certificate threshold (#1248) | pacant | 2021-07-16 | |
| | | | Co-authored-by: pacant <a.pace97@outlook.com> | |||
* | Code cleanup. (#1246) | Vitaly Lavrov | 2021-07-16 | |
| | | | | ndpi_utils.c: use ndpi_malloc,ndpi_calloc,ndpi_free genshin_impact.c, git.c, hpvirtgrp.c, http.c, z3950.c: removed "#include stdlib.h" | |||
* | hulu and netflix dissection improvements | Luca Deri | 2021-07-14 | |
| | ||||
* | Code cleanup | Luca Deri | 2021-07-14 | |
| |