aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-07Update last updated DNS parameters (2015-07-26)Alexis La Goutte1-15/+15
2015-10-07DNS: Add DNS Cookie OptionAlexis La Goutte1-1/+25
2015-09-30DNS: Replace cinfo by pinfo->cinfo (no longer need to check if cinfo is not N...Alexis La Goutte1-149/+63
2015-09-30DNS: Fix Col Info display (Missing space between rcodes)Alexis La Goutte1-4/+4
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-9/+7
2015-03-18DNS: fix Coverity scan (1238867: Missing Break in switch)Alexis La Goutte1-0/+2
2015-03-16DNS: Add CSYNC (Child-to-Parent Synchronization in DNS RFC7477)Alexis La Goutte1-3/+60
2015-03-12DNS: SSHFP Update Algo and fingertypeAlexis La Goutte1-0/+6
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-2/+2
2015-02-24DNS: Ignore Client Subnet option's data length when > 16Alexis La Goutte1-5/+6
2015-02-08DNS: LOC Precision missing unitsAlexis La Goutte1-6/+6
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-2/+2
2015-01-06DNS: fix no previous prototype for 'qname_labels_count' [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-01-05Added DNS statistics supportDario Lombardo1-13/+183
2014-12-31DNS: ensure that suffix_addr structure is always initializedPascal Quantin1-1/+1
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+4
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0