Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added HTTP suspicious content securirty risk (useful for tracking trickbot) | Luca Deri | 2021-01-02 |
| | |||
* | Updated ndpi_ptree_match_addr() prototype | Luca Deri | 2020-12-30 |
| | |||
* | Restored QUIC stats | Luca Deri | 2020-12-30 |
| | |||
* | Split ptree user data in 32 and 64 bit entries | Luca Deri | 2020-12-30 |
| | |||
* | Bugfix for host check (#1097) | pengtian | 2020-12-29 |
| | | | this bug is from commit `427002d14` `2020-05-06 00:31:40` | ||
* | Added known protocol on unknown port for ntop | Luca Deri | 2020-12-28 |
| | |||
* | Initialization fix | Luca Deri | 2020-12-28 |
| | |||
* | Free flow fix | Luca Deri | 2020-12-28 |
| | |||
* | Fixed output when tLS (nad not QUIC) is used | Luca Deri | 2020-12-28 |
| | |||
* | Removed test code | Luca Deri | 2020-12-26 |
| | |||
* | Removed space from protocol name | Luca Deri | 2020-12-23 |
| | |||
* | Introduced fix on TLS for discarding traffic out of sequence that might ↵ | Luca Deri | 2020-12-22 |
| | | | | invalidate dissection | ||
* | Fixed invalid TLS check for extra processing detection | Luca Deri | 2020-12-21 |
| | |||
* | Win fixes | Luca Deri | 2020-12-17 |
| | |||
* | Type change to avoid Windows compilation issues | Luca Deri | 2020-12-17 |
| | |||
* | Improved HTTP dissection | Luca Deri | 2020-12-16 |
| | |||
* | Fixes bug introduced by https://github.com/ntop/nDPI/pull/1085 | Luca Deri | 2020-12-12 |
| | |||
* | Fix minimum packet length condition (#1087) | Zied Aouini | 2020-12-12 |
| | |||
* | Added --ignore-vlanid / -I to exclude VLAN ids for flow hash calculation. ↵ | Toni | 2020-12-11 |
| | | | | | #1073 (#1085) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added `fast.com' host pattern to Netflix detection. #1080 (#1084) | Toni | 2020-12-11 |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | soulseek: fix heap buffer overflow (#1083) | Ivan Nardi | 2020-12-11 |
| | | | Close #1082 | ||
* | Rule changes work in progress | Luca Deri | 2020-12-11 |
| | |||
* | Added initialization | Luca Deri | 2020-12-11 |
| | |||
* | Add NDPI_PROTOCOL_ANY_CATEGORY to ndpi_protocol_category_t enum | Alfredo Cardigliano | 2020-12-11 |
| | |||
* | Added FreeBSD ibuils instructions | Luca Deri | 2020-12-10 |
| | |||
* | Added --with-mipsel for building nDPI on mipsel devices | Luca Deri | 2020-12-09 |
| | |||
* | Rename Jabber detection name as we are not sure if it is unencrypted e.g. if ↵ | Toni | 2020-12-08 |
| | | | | | START_TLS used. (#1079) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Add a connectionless DCE/RPC detection (#1078) | rafaliusz | 2020-12-08 |
| | | | | | | | * Add connectionless DCE/RPC detection * Add DCE/RPC pcap file as well as its test result Co-authored-by: rafal <rafal.burzynski@cryptomage.com> | ||
* | QUIC: sync with Wireshark latest changes (#1074) | Ivan Nardi | 2020-12-08 |
| | | | | | | | | | Most of the QUIC crypto code has been "copied-and-pasted" from Wireshark; try to stay in sync with the original sources to ease backporting of fixes. Only cosmetic changes and code refactoring; no behaviour changes or bugfixes. See: https://gitlab.com/wireshark/wireshark/-/commit/5e45f770fd79ca979c41ed397fee72d2e8fb5f1e https://gitlab.com/wireshark/wireshark/-/commit/5798b91c1526747bf688b6746b33562c1b24a9e0 | ||
* | Added chec for avoiding doung ntop_config.h include | Luca Deri | 2020-12-01 |
| | |||
* | nDPI rules (work in progress) implementation | Luca Deri | 2020-11-30 |
| | |||
* | Fixed JSON-C check | Luca Deri | 2020-11-30 |
| | |||
* | Improved JSON-C detection | Luca Deri | 2020-11-30 |
| | |||
* | Removed unnecessary field | Luca Deri | 2020-11-29 |
| | |||
* | Fixes #1029 | Luca Deri | 2020-11-27 |
| | |||
* | Fixes #1032 | Luca Deri | 2020-11-27 |
| | |||
* | Fix/overflow and libgerror check (#1068) | Toni | 2020-11-26 |
| | | | | | | | | | * Fixed stack overflow caused by missing buffer space for the trailing \0 added by sprintf() Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Remove the autoconf cache value from the previous and failed check before checking again. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Warning fix | Alfredo Cardigliano | 2020-11-23 |
| | |||
* | Updated disney definition | Luca Deri | 2020-11-22 |
| | |||
* | Typo | Luca Deri | 2020-11-22 |
| | |||
* | Added 129.205.94.0/23 to Facebook network list | Luca Deri | 2020-11-22 |
| | |||
* | Quic fixes (#1067) | Ivan Nardi | 2020-11-22 |
| | | | | | | | * QUIC: fix return value on error path on quic_cipher_init() * QUIC: allow dissection of sessions forcing version negotiation Enhance heuristic to avoid false positives. | ||
* | iec60870-5-104: fix heap-buffer-overflow error (#1066) | Ivan Nardi | 2020-11-22 |
| | |||
* | Added prerequisites for Ubuntu/Debian systems | Luca Deri | 2020-11-18 |
| | |||
* | Install ndpi under /usr | Alfredo Cardigliano | 2020-11-17 |
| | |||
* | Updated results | Luca Deri | 2020-11-16 |
| | |||
* | Compilation fix | Luca Deri | 2020-11-16 |
| | |||
* | Add Virtual Asssitant (Alexa, Siri) support. (#1057) | Zied Aouini | 2020-11-16 |
| | | | | | | | | | | | | | | | * Add AmazonAlexa protocol. * Add AmazonAlexa test file and result. * Include pcapng as file format. * Rename Category to VirtualAssistant. * Add AppleSiri virtual assistant. * Fix pcapng test files format support. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | ||
* | lib/ndpi_content_match: update TOR IPs (#1063) | Oleksandr Natalenko | 2020-11-16 |
| | | | Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name> | ||
* | Implement DGA detection performances tracking workflow. (#1064) | Zied Aouini | 2020-11-16 |
| | | | | | | | | | | | | | * Implement dga evaluation helper. * Add test set for DGA classification. * Add DGA classification performances tracking as part of Travis. * Add DGA evaluation doc. * Fix CI on OSX. * Add missing backquote. |