aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-03Enhance CERT DNS TypeAlexis La Goutte1-26/+30
2013-06-03Enhance KX DNS TypeAlexis La Goutte1-7/+17
2013-06-03Enhance NXT DNS TypeAlexis La Goutte1-23/+10
2013-06-03Enhance NSEC DNS TypeAlexis La Goutte1-3/+8
2013-06-03Enhance LOC DNS TypeAlexis La Goutte1-15/+63
2013-06-03Enhance DNAME DNS TypeAlexis La Goutte1-3/+9
2013-06-03Enhance A6 DNS TypeAlexis La Goutte1-8/+22
2013-06-03Enhance AAAA DNS TypeAlexis La Goutte1-2/+9
2013-06-03Enhance IPSECKEY DNS TypeAlexis La Goutte1-27/+70
2013-06-03Enhance KEY TypeAlexis La Goutte1-47/+71
2013-05-25Batch of filterable expert_infos.Michael Mann1-2/+11
2013-04-20Remove expert info for bit AD in DNS queryAlexis La Goutte1-3/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-2/+5
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-27replaced decode_numeric_bitfield calls with filterable item or removed it if ...Michael Mann1-3/+7
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-32/+64
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-25/+78
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-37/+74
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-6/+52
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-4/+17
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-5/+36
2012-09-15Avoid a stack-smash when decoding the new DNS option field if the length isEvan Huus1-1/+8
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-6/+25
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-3/+7
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-25/+56
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-35/+35
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-2/+85
2012-09-04Add modelines for DNS dissectorAlexis La Goutte1-0/+12
2012-08-30Display hf_dns_rr_opt_client_addr as FT_BYTESPascal Quantin1-1/+1
2012-08-30From David Drysdale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7552Alexis La Goutte1-11/+94
2012-08-09From David Drysdale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7551Alexis La Goutte1-4/+78
2012-08-06Fix for bug 7555:Jaap Keuter1-50/+76
2012-07-25From Johan Wåhl:Anders Broman1-31/+93
2012-07-17Fix copy/paste errorPascal Quantin1-1/+1
2012-07-17- Make dns srv elemnts filterable (were: text only)Jörg Mayer1-8/+30
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-1914/+2111
2012-04-18Update Domain Name System Security (DNSSEC) Algorithm Numbers and Delegation ...Alexis La Goutte1-2/+22
2012-04-17From Bertho Stultiens:pascal1-9/+20
2012-04-16From Evan Huus:Anders Broman1-4/+1
2012-04-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7045 :pascal1-1/+1
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-14/+10
2012-02-06Enhance DNS Dissector (use WS function...)Alexis La Goutte1-28/+11
2012-02-06From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6704Alexis La Goutte1-4/+6
2012-02-01Fix some typos.Chris Maynard1-2/+2