aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-29DNS: Fix APL record IPv4 address presentationJaap Keuter1-7/+5
2017-06-22dns: Put request/response tracking last in the treeStig Bjørlykke1-24/+24
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2017-05-11dns: improve loop detection in label decompressionPeter Wu1-9/+7
2017-04-10dns: fix this statement may fall through [-Werror=implicit-fallthrough] found...Alexis La Goutte1-0/+2
2017-04-04White space and style cleanups.Guy Harris1-169/+101
2017-04-02DNS: add an expert info if buffer is too short to compute a key idPascal Quantin1-11/+22
2017-03-31dns: prevent repeatedly overwriting resolved entriesPeter Wu1-2/+4
2017-03-28Fix up time encodings.Guy Harris1-1/+1
2017-02-21DNS: Add Edwards-Curve Digital Security Algorithm (EdDSA) for DNSSEC (RFC 8080)Alexis La Goutte1-1/+5
2017-02-19DNS: Don't display DNSSEC Protocol and Algo in flag treeAlexis La Goutte1-2/+2
2017-01-31format_text_wmem -> format_textMichael Mann1-36/+36
2017-01-31Add format_text_wmem.Michael Mann1-36/+36
2017-01-22DNS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1