summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-22DNS: use formatted text in add_rr_to_tree() and add_opt_rr_to_treePascal Quantin1-3/+3
2017-01-20DNS: update name_len variable when replacing name stringPascal Quantin1-0/+2
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-159/+160
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-27/+4
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-14/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-03dns: remove a bunch of unnecessary NULL checksMartin Kaiser1-50/+35
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-06-16Typing error line 4928 of packet-dns.cVictor Barratault1-1/+1
2016-06-14dns_stats: generate stats just for pure dns (not mDNS, not LLMR).Dario Lombardo1-20/+28
2016-06-05DNS: Update draft-ietf-dnsop-cookie to final rfc (7873)Alexis La Goutte1-2/+2
2016-05-18DNS: Update edns-tcp-keepalive EDNS0 Option to final rfc (RFC7828)Alexis La Goutte1-1/+1
2016-05-18DNS: Fix typo on Padding EDNS0 descriptionAlexis La Goutte1-2/+2
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-5/+5
2016-04-04DNS: change ttl from uint32 to int32.Dario Lombardo1-2/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-10DNS: Fix handling of the server part of EDNS0 Cookie OptionRemi Gacogne1-0/+1
2016-01-25dns,spdy,ssl-utils: fix export PDUPeter Wu1-17/+11
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-1/+1
2015-12-22DNS: fix malformed warning when there is no quest(ions)Dario Lombardo1-3/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-5/+5
2015-11-24DNS: Chain Query requestsAlexis La Goutte1-1/+16
2015-11-24DNS: Add EDNS(0) Padding OptionAlexis La Goutte1-0/+13
2015-11-24DNS: Add edns-tcp-keepalive EDNS0 OptionAlexis La Goutte1-0/+15
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-11/+14
2015-11-07DNS: Add support of DNS over TLS and over DTLSMichael Mann1-12/+22
2015-11-05DNS: Register dissector by nameAlexis La Goutte1-20/+18
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-29Distinguish mDNS from Boring Old DNS.Guy Harris1-3/+3
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-3/+3
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-3/+10