Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |||
* | Fix unit test results after 00857abf (#1295) | Ivan Nardi | 2021-09-11 | |
| | ||||
* | 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 | |
| | ||||
* | Fix unused var | Alfredo Cardigliano | 2021-09-03 | |
| | ||||
* | Print API version | Alfredo Cardigliano | 2021-09-01 | |
| | ||||
* | Fixed memory stats | Luca Deri | 2021-08-26 | |
| | ||||
* | ARM fixes | Luca Deri | 2021-08-25 | |
| | ||||
* | Compilation fix | Luca Deri | 2021-08-20 | |
| | ||||
* | 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 | |||
* | wireshark/lua: restore full flow risks dissection (#1275) | Ivan Nardi | 2021-08-18 | |
| | | | | | | | | It was partially disabled in 3eba8cc5. Wireshark and Wireshark-Lua bindings don't handle 64 bit integer very well. (see https://www.wireshark.org/docs/wsdg_html_chunked/lua_module_Int64.html). As workaround, only for visualization purpose, split the (64 bit) risk mask into two 32 bit integer values. | |||
* | 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> | |||
* | Fixed broken SonarCloud-CI. (#1272) | Toni | 2021-08-08 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Updated test output | Luca Deri | 2021-08-07 | |
| | ||||
* | Added testing pcap for TLS fatal alert | Luca Deri | 2021-08-07 | |
| | ||||
* | Added TLS fatal alert flow risk | Luca Deri | 2021-08-07 | |
| | ||||
* | Updated output | Luca Deri | 2021-08-07 | |
| | ||||
* | Report whether a protocol is encrypted | 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> | |||
* | Moved to 4.1.0 | Luca Deri | 2021-07-26 | |
| | ||||
* | 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 | |
| | ||||
* | Update changelog | 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 | |
| |