aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/dns.c
Commit message (Expand)AuthorAge
* Various MDNS flow risks fixesLuca2023-12-21
* MDNS fixLuca2023-12-21
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Fix some errors found by fuzzers (#2078)Ivan Nardi2023-09-10
* Enhance DNS risk for long hostnames (> 32)Luca Deri2023-09-09
* Improved detection of invalid chars in DNS namesLuca Deri2023-09-09
* fuzz: extend coverage (#2073)Ivan Nardi2023-08-20
* DNS: extract geolocation information, if available (#2065)Ivan Nardi2023-07-31
* Disabled query string validation in MDNS in order to avoid zapping chars that...Luca Deri2023-05-09
* Fix some warnings and two errors found while fuzzing (#1844)Ivan Nardi2023-01-03
* Added NDPI_MINOR_ISSUES risk used for storing generic/relevant information ab...Luca Deri2022-12-31
* Implemented EDNS(0) support in DNS dissectorLuca Deri2022-12-29
* postgres: improve detection (#1831)Ivan Nardi2022-12-22
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* Added ability to decode DNS PTR records used for reverse address resolutionLuca Deri2022-12-15
* fuzz: some enhancements (#1827)Ivan Nardi2022-12-10
* DNS: fix an infinite loop, due to an integer overflow (#1804)Ivan Nardi2022-11-15
* Added DNS error code mapping number -> stringLuca Deri2022-10-14
* DNS: change category of DNS flowsNardi Ivan2022-09-25
* DNS: change category of DNS flowsNardi Ivan2022-09-22
* Avoid useless host automa lookup (#1724)Ivan Nardi2022-09-05
* Further simplification of `ndpi_process_extra_packet()` (#1698)Ivan Nardi2022-08-05
* First step in simplify `ndpi_process_extra_packet()` (#1680)Ivan Nardi2022-07-29
* DNS: fix TTL check and sync unit test results (#1594)Ivan Nardi2022-06-14
* Updated DNS alert triggered only with TTL == 0Luca Deri2022-06-14
* Added check for DGA names that resolve to a valid recordLuca Deri2022-06-13
* Added DNS record TTL checkLuca Deri2022-06-13
* Added RiskInfo stringLuca Deri2022-05-30
* Removed SRV record from suspicious DNS trafficLuca Deri2022-03-31
* Improved MDNS/LLMNR detection. (#1437)Toni2022-02-07
* Added NDPI_ERROR_CODE_DETECTED riskLuca Deri2022-02-03
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* Improve/add several protocols (#1383)Ivan Nardi2021-12-18
* Fixed issue that prevented alt certificate names to be fully detected when ip...Luca Deri2021-12-07
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* Detect invalid characters in text and set a risk. Fixes #1347. (#1363)Toni2021-10-26
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* Small fixes after latest commits (#1308)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
* Reworked flow risk implementationLuca Deri2021-07-23
* Fixed invalid DNS dissectionLuca Deri2021-04-26
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* Improved DNS dissectorLuca Deri2021-02-26
* Removed now obsolete NDPI_DETECTION_SUPPORT_IPV6: code is more readeable nowLuca Deri2021-02-10
* (C) UpdateLuca Deri2021-01-07
* Various optimizations to reduce not-necessary callsLuca Deri2020-09-24