aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/dns.c
Commit message (Expand)AuthorAge
* Add the ability to enable/disable every specific flow risks (#2653)Ivan Nardi2025-01-06
* DNS: fix Index-out-of-bounds error (#2644)Ivan Nardi2024-12-13
* Implemented (disabled by default) DNS host cache. You can set the cache size ...Luca Deri2024-10-07
* Exports DNS A/AAAA responses (up to 4 addresses)Luca2024-10-02
* dns: add a check before setting `NDPI_MALFORMED_PACKET` risk (#2558)Ivan Nardi2024-09-16
* Introduced ndpi_master_app_protocol typedefLuca Deri2024-08-24
* FPC: add DNS correlation (#2497)mmanoj2024-07-22
* Improved logic for checking invalid DNS queriesLuca Deri2024-06-23
* Domain Classification Improvements (#2396)Luca Deri2024-04-18
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* Improved alert on suspicious DNS trafficLuca Deri2024-03-05
* Normalization of host_server_name (#2299)Vitaly Lavrov2024-02-05
* config: DNS: add two configuration optionsNardi Ivan2024-01-18
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* 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