aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-3/+3
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-08-25DoQ: update to latest draft (-03)Nardi Ivan1-3/+15
2021-03-23DNS: Fix pointer for is_multiple_responsesUli Heilmeier1-3/+3
2021-03-21DNS: IXFR/AXFR queries with multiple responsesUli Heilmeier1-6/+15
2021-02-28DNS: Ignore req/resp tracking when in_error_pktUli Heilmeier1-56/+54
2021-02-11DNS: Support for ZONEMD RR (RFC8976)Uli Heilmeier1-1/+62
2021-01-07dns: fix compiler warnings.Dario Lombardo1-14/+14
2020-12-29DNS: typo in word "minimum"Valerii Zapodovnikov1-1/+1
2020-11-30QUIC/DNS: add support for DNS-over-QUICNardi Ivan1-0/+1
2020-11-15dns: fix item lengthAlexis La Goutte1-1/+1
2020-11-06Fix some more item lengths.Martin Mathieson1-1/+1
2020-10-25DNS: change response time in statistics view to msecAndre Luyer1-2/+2
2020-10-24DNS: RFC8914 Extended DNS ErrorsUli Heilmeier1-2/+62
2020-10-24dns: detect DNS over UDP on non-standard ports using heuristicsPeter Wu1-0/+60
2020-10-22dns: Improve SvcParam dissection, fix echconfig/odohconfig supportPeter Wu1-46/+66
2020-07-20DNS: Add support for SVCB and HTTPS RRUli Heilmeier1-0/+207
2020-07-14DNS: Add support for RFC8490 DNS Stateful OperationsUli Heilmeier1-18/+163
2020-07-14DNS: Try to fix Wpointer-sign warnings.Anders Broman1-13/+13
2020-07-02DNS: Try to squelch [-Wpointer-sign] warnings.Anders Broman1-37/+37
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2020-02-23DNS: Add DoT ALPN (RFC 7858)Peter Wu1-0/+2
2020-02-15get_dns_name: fixup some missing change introduced with c397adda8a7Jeremiejig1-7/+8
2019-12-08TTLs are unsigned; format them with unsigned_time_secs_to_str().Guy Harris1-6/+6
2019-12-08dns: Unify display of TTL with time_secs_to_str()Stig Bjørlykke1-3/+2
2019-12-08dns: Bring back TTL formatted with time_secs_to_str()Stig Bjørlykke1-1/+3
2019-12-07Make the TTL field unsigned, but keep warning if the high-order bit is set.Guy Harris1-6/+44
2019-08-16DNS: fix bytes highlight for name length and labels countPascal Quantin1-2/+2
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-39/+39
2019-08-12DNS: Add few DNS type full namesJaap Keuter1-5/+5
2019-07-11Fix Wpointer-sign warnings.Anders Broman1-23/+23
2019-05-28Strings in mDNS TXT records are UTF-8.Guy Harris1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-14/+14
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-28DNS: Use seconds as resolution for stat response time.Michael Mann1-3/+3
2018-12-28Allow floating point values for stats_treeMichael Mann1-29/+29
2018-12-27DNS: Use microsecond resolution for request/response statistics.Michael Mann1-2/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-11-07DNS: fix compilation broken by g224aa2ed98Pascal Quantin1-1/+1
2018-11-07Add XMSS for SSHFP. This has shipped with OpenSSH since release 7.7Loganaden Velvindron1-0/+2
2018-09-27DNS: fix DNS transaction tracking for DoHPeter Wu1-13/+46
2018-09-27DNS: update content type for DoH draft -07 (up to draft -14)Peter Wu1-3/+3
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-07-08dns: fix off-by-one buffer overflow (write)Peter Wu1-3/+3
2018-07-02DNS: fix in expand_dns_nameErika Szelleova1-2/+12