aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-1/+1
2018-06-19DNS: changed maximum length of dns names from 1025 to 255Erika Szelleova1-5/+6
2018-05-14dns: fix null pointer deref for empty name in SRV recordPeter Wu1-3/+1
2018-04-19DNS: fix inverted condition for filtering error packets in statsPeter Wu1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-1/+1
2018-04-04dns: check if name is root before any other check.Dario Lombardo1-4/+8
2018-04-02dns: make expand_dns_name() an internal functionMartin Kaiser1-1/+1
2018-03-22dns: fix indentation.Dario Lombardo1-90/+98
2018-03-22dns: skip stats if packet is within icmp.Dario Lombardo1-0/+3
2018-03-22dns: add filters for retransmitted and unsolicited packets.Dario Lombardo1-1/+28
2018-03-22dns: add service-level stats.Dario Lombardo1-4/+38
2018-02-28Redo the way we choose N/S/E/W.Guy Harris1-3/+2
2018-02-26DNS: add partial DOH (DNS Queries over HTTPS) supportPeter Wu1-6/+10
2018-02-17Use appropriate pointer types rather than guint8 *.Guy Harris1-7/+10
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-22Add support to handle DNS retransmissionsMichael Mann1-20/+95
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-4/+4
2017-09-10DNS: replace g_strsplit by wmem_strsplitPascal Quantin1-3/+1
2017-08-07dns: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2017-08-07dns: remove extra semicolonAlexis La Goutte1-4/+4
2017-08-07XFP: use switch for adress_familyAlexis La Goutte1-23/+27
2017-07-30dns: add missing breakMartin Mathieson1-0/+1
2017-07-30DNS dissector support for draft-bellis-dnsop-xpfArjen Zonneveld1-0/+89
2017-07-30DNS: Apply LOC record angle capJaap Keuter1-5/+14