aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-11-09g_snprintf() don't return -1 from glib-1.2.3 [1]Jakub Zawadzki1-9/+3
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-18Use Z_tree for the subtreeMichael Mann1-2/+2
2013-10-18Add more filterable fields around EDNS(0)Michael Mann1-53/+82
2013-10-17Bugfix an apparent typo in edns0 "Higher bits in extended RCODE". Bug 9199 (...Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-09-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-23/+1
2013-09-03Fix typo: =+ ---> +=Jörg Mayer1-2/+2
2013-09-03Enhance DNS Dissector Remove bad_rr goto !Alexis La Goutte1-218/+4
2013-09-03Enhance NSEC3,NSEC3PARAM TLSA type visibilityAlexis La Goutte1-8/+25
2013-09-03Add dissection of EUI Family (draft-jabley-dnsext-eui48-eui64-rrtypes) DNS Rc...Alexis La Goutte1-0/+32
2013-09-03Add Dissection of ILNP (RFC6742) DNS Rcode (NID, L32, L64, LP)Alexis La Goutte1-0/+101
2013-09-03Update DNS Rcode to last IANA Parameters (2013-07-24) * Add ILNP (RFC6742) Rc...Alexis La Goutte1-13/+37
2013-09-03Enhance DNS reorder case of big switch dns_typeAlexis La Goutte1-894/+946
2013-09-03Enhance DNS dissector Remove ugly dns_type_description function and use value...Alexis La Goutte1-138/+96
2013-09-03Enhance DNS dissector visibility (Rename some hf and display field)Alexis La Goutte1-69/+69
2013-09-03Enhance DNS dissector visibility (Add comments)Alexis La Goutte1-14/+14
2013-09-03Enhance default DNS type... (and expert info)Alexis La Goutte1-8/+21
2013-09-03Enhance NULL typeAlexis La Goutte1-2/+8
2013-09-03Enhance M.. familly type (MD, MF, MB, MG, MR, MINFO)Alexis La Goutte1-13/+105
2013-09-03Enhance NSAP and NSAP PTR typeAlexis La Goutte1-4/+10
2013-09-03Enhance PX typeAlexis La Goutte1-6/+24
2013-09-03Enhance X25 and ISDN typeAlexis La Goutte1-13/+56
2013-09-03Enhance AFSDB and RT typeAlexis La Goutte1-9/+51
2013-09-03Enhance RP typeAlexis La Goutte1-5/+16
2013-09-03Enhance GPOS typeAlexis La Goutte1-9/+55
2013-09-03Enhance APL (and DHCID) typeAlexis La Goutte1-15/+37
2013-09-03Enhance HIP typeAlexis La Goutte1-17/+39
2013-09-03Enhance SSHFP typeAlexis La Goutte1-21/+29
2013-09-03Enhance NAPTR typeAlexis La Goutte1-28/+88
2013-09-03Enhance TSIG and TKIP DNS typeAlexis La Goutte1-96/+138
2013-09-03Enhance SRV DNS typeAlexis La Goutte1-8/+17
2013-09-03Enhance WINS and WINS-R DNS typeAlexis La Goutte1-42/+70
2013-08-30Add a preference for whether to use names found in DNS packets for addressEvan Huus1-4/+12
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-28/+4
2013-08-21From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Alexis La Goutte1-3/+11
2013-07-23Add RFC6975 (Signaling Cryptographic Algorithm Understanding in DNS Security ...Alexis La Goutte1-0/+48
2013-07-23Fix warning found by fix-encoding-argsAlexis La Goutte1-9/+9
2013-07-23Enhance DNS Dissector Make DS ( Delegation Signature 43 ) filterable (Update ...Alexis La Goutte1-68/+50
2013-07-11Client subnet optcode value now IANA assigned. Warn if experimental placehol...Michael Mann1-6/+14
2013-07-03From Oliver Gasser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=88...Alexis La Goutte1-1/+109
2013-06-26Adjust when name_len offset is used. Part of bug 8776 (https://bugs.wireshar...Michael Mann1-4/+5
2013-06-19Convert DNS dissector to wmem, including first actual usage of wmem's red-blackEvan Huus1-23/+23
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-17/+8
2013-06-09Convince the compiler that a DNS name won't be longer than 2^32 characters,Evan Huus1-1/+1
2013-06-09From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8776Evan Huus1-3/+31