aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-14/+14
2014-12-13DNS: Remove whitespace on DNS Col info before type nameAlexis La Goutte1-2/+2
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-2/+2
2014-11-24Change capitalization of "DNS UDP [p]orts" to match "DNS TCP ports" in prefsStephen Fisher1-1/+1
2014-11-16DNS: NAPTR RR Replacement Length is incorrectAlexis La Goutte1-3/+4
2014-11-07DNS: WKS RR Protocol field is read as 4 bytes instead of 1Alexis La Goutte1-1/+1
2014-11-07DNS: fix name length and label count for a root serverPascal Quantin1-5/+8
2014-11-05DNS: replace hash map by red-black tree to fix request/response tracking when...Pascal Quantin1-6/+24
2014-11-02DNS: fix Coverity CID 281285 and CID 1238867Pascal Quantin1-0/+2
2014-11-01DNS: fix dissection of ISDN RR Sub Address fieldPascal Quantin1-0/+1
2014-11-01DNS: fix display of A6 address suffix fieldPascal Quantin1-1/+1