aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18DNS: Add reverse DNS (PTR) answers to Resolved AddressesJohn Thacker1-0/+36
2023-01-09DNS: Modify dns.qry.type for using without descriptionAlexis La Goutte1-105/+114
2023-01-05DNS: it is a IP6 Address for AAAAAlexis La Goutte1-1/+1
2023-01-05DNS: fix a very old typo... MAILB -> MAILBAlexis La Goutte1-2/+2
2023-01-05DNS: Update type value (from IANA)Alexis La Goutte1-1/+9
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-1/+1
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-1/+1
2022-11-02Fix some spelling errorsMartin Mathieson1-2/+2
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft1-2/+2
2022-10-27DNS: Fix column info encoding errorsJoão Valverde1-43/+41
2022-10-26DNS: Do not truncate string arbitrarilyJoão Valverde1-2/+2
2022-10-20DNS: Don't pass raw bytes to expert.h APIsJoão Valverde1-1/+1
2022-06-24DNS: Note and dissect any extraneous payload bytesJim Young1-1/+35
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-13/+13
2022-01-28DNS: Check our NSEC3 hash length.Gerald Combs1-14/+14
2022-01-26DNS: Base32-encode NSEC3 Next Hashed Owner NameMichał Kępień1-3/+21
2022-01-25tools/check_typed_item_calls.py: improve detection of missing itemsMartin Mathieson1-2/+2
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