aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols
Commit message (Expand)AuthorAge
* QUIC: fix an integer overflow (#1337)Ivan Nardi2021-10-11
* Added extra checkLuca Deri2021-10-07
* Fix compilation with clang-13 or if some debug macros are enabled (#1326)Ivan Nardi2021-10-06
* Added checkLuca Deri2021-10-06
* TLS obsolete protocol is set when TLS < 1.2 (used to be 1.1)Luca Deri2021-10-05
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* WHOIS: enhance detection, avoiding false positives (#1320)Ivan Nardi2021-10-05
* Added -a <num> to ndpiReader for generating OPNsense configurationLuca Deri2021-10-04
* Fix how some protocols handle tcp retransmissions (#1321)Ivan Nardi2021-10-03
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* Fix armhf (#1315)Gianfranco Costamagna2021-09-26
* QUIC: fix old GQUIC versions on big-endian machines (#1313)Ivan Nardi2021-09-23
* FTP: fix support for START-TLS sessionsNardi Ivan2021-09-21
* STUN: fix extraction of Realm attributeNardi Ivan2021-09-20
* Small fixes after latest commits (#1308)Ivan Nardi2021-09-18
* A (tiny) effort to reduce memory usage per flow (#1304)Ivan Nardi2021-09-18
* Improved fragmented DNS detectionLuca Deri2021-09-17
* DNS dissection fixesLuca Deri2021-09-17
* Progetto esame Gestione di Reti - Debora Cerretini (#1290)deboracerretini2021-09-17
* TLS: avoid zeroing large structures (#1300)Ivan Nardi2021-09-16
* Hangout: fix usage of STUN function (#1299)Ivan Nardi2021-09-13
* Bittorrent: fix a potential use-of-uninitialized-value error (#1296)Ivan Nardi2021-09-13
* Cassandra: fix compilation when "--enable-debug-messages" option is used (#1294)Ivan Nardi2021-09-11
* Added new risk for clear text credentialsLuca Deri2021-09-10
* Add Cassandra protocol dissector (#1285)lucasbaile2021-09-09
* ARM fixesLuca Deri2021-08-25
* Fix access to some TLS fields in flow structure (#1277)Ivan Nardi2021-08-20
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Fixes a crash on ARM (Raspberry Pi 4 Model B Rev 1.1)Luca Deri2021-08-18
* Fixed some invalid TLS guessesLuca Deri2021-08-17
* Added check to avoid clases on similar protocols (FTP adn SMTP) on setting ho...Luca Deri2021-08-11
* Added extraction of hostname in SMTPLuca Deri2021-08-11
* Skip whitespaces between HTTP method and URL. (#1271)Toni2021-08-08
* Added TLS fatal alert flow riskLuca Deri2021-08-07
* Improved RTSP detection and fixed HTTP false-positive. Fixes #1229. (#1266)Toni2021-07-31
* Improved TFTP detection. Fixes #1242, #1256 (#1262)Toni2021-07-25
* Implemented ALPN automa for checking uncommon ALPNsLuca Deri2021-07-24
* Reworked flow risk implementationLuca Deri2021-07-23
* Implemented function to retrieve flow information. #1253 (#1254)Toni2021-07-23
* Added risk: TLS_EXTENSION_SUSPICIOUS (#1252)Toni2021-07-19
* Fixed TLS certificate threshold (#1248)pacant2021-07-16
* Code cleanup. (#1246)Vitaly Lavrov2021-07-16
* Code cleanupLuca Deri2021-07-14
* TLS Risks - Certificate Validity Too Long (#1239)pacant2021-07-14
* Added AVAST SecureDNS protocol. (#1244)Toni2021-07-14
* Improved Steam detection (Steam Datagram Relay - SDR). (#1243)Toni2021-07-14
* Improved dnscrypt midstream detection. (#1241)Toni2021-07-13
* Fixed false positives in Z39.50Luca Deri2021-07-09
* Fix for #1230 (#1235)Vitaly Lavrov2021-07-07
* Improved RTSP detection the second. (#1232) (#1233)Toni2021-07-07