aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-20Get rid of Warnings.Anders Broman1-33/+33
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-14/+14
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-18/+18
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-10/+10
2011-06-02Add Id to info column. Makes detecting duplicates andJörg Mayer1-2/+3
2011-05-12Use rcode instead of repeated uses of "flags & F_RCODE". One change submittedChris Maynard1-3/+3
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-1/+1
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2011-03-27Add the IPv4 address, not the first 4 bytes of its name, to theGerald Combs1-1/+1
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs1-4/+15
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-36/+29
2011-01-07Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-12/+14
2011-01-06When showing a DNS query response containing a SRV record, display itemsStephen Fisher1-1/+38
2011-01-05Reverse r34810 other than the comment because the re-ordering of dns_types[]Stephen Fisher1-9/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-7/+7
2010-12-18From Daniel Black:Jaap Keuter1-7/+10
2010-11-28Make the Primary name element filterable in response records.Jörg Mayer1-6/+12
2010-11-08Tweek dns_types.Anders Broman1-5/+10