aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-28DNS NXT RR is parsed incorrectlyAlexis La Goutte1-1/+28
2014-10-09Eliminate proto_tree_add_text from packet-nbns.cMichael Mann1-8/+3
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-4/+4
2014-08-31DNS: Add OpenPGP KEY (61) RRtype (draft-ietf-dane-openpgpkey-00)Alexis La Goutte1-2/+16
2014-08-28DNS: Update CDS and add CDNSKEY (draft-ietf-dnsop-delegation-trust-maintainan...Alexis La Goutte1-3/+8
2014-08-28DNS: Update EUI48 and EUI64 to final draft (RFC7043)Alexis La Goutte1-4/+4
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-08-04DNS: Fix minor typo (Missing a space...)Alexis La Goutte1-1/+1
2014-07-18DNS: Add new opcode EDNS EXPIRE (9) for EDNS options (RFC7314)Alexis La Goutte1-2/+4
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-12/+7