aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
Commit message (Expand)AuthorAgeFilesLines
* replaced decode_numeric_bitfield calls with filterable item or removed it if ...Michael Mann2012-09-271-3/+7
* replaced decode_boolean_bitfield calls with itemized filtersMichael Mann2012-09-261-32/+64
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-171-25/+78
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-171-37/+74
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-171-6/+52
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-171-4/+17
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-171-5/+36
* Avoid a stack-smash when decoding the new DNS option field if the length isEvan Huus2012-09-151-1/+8
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-101-6/+25
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-101-3/+7
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-101-25/+56
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-101-35/+35
* From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte2012-09-101-2/+85
* Add modelines for DNS dissectorAlexis La Goutte2012-09-041-0/+12
* Display hf_dns_rr_opt_client_addr as FT_BYTESPascal Quantin2012-08-301-1/+1
* From David Drysdale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7552Alexis La Goutte2012-08-301-11/+94
* From David Drysdale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7551Alexis La Goutte2012-08-091-4/+78
* Fix for bug 7555:Jaap Keuter2012-08-061-50/+76
* From Johan Wåhl:Anders Broman2012-07-251-31/+93
* Fix copy/paste errorPascal Quantin2012-07-171-1/+1
* - Make dns srv elemnts filterable (were: text only)Jörg Mayer2012-07-171-8/+30
* Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier2012-04-261-1914/+2111
* Update Domain Name System Security (DNSSEC) Algorithm Numbers and Delegation ...Alexis La Goutte2012-04-181-2/+22
* From Bertho Stultiens:pascal2012-04-171-9/+20
* From Evan Huus:Anders Broman2012-04-161-4/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7045 :pascal2012-04-081-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-02-061-14/+10
* Enhance DNS Dissector (use WS function...)Alexis La Goutte2012-02-061-28/+11
* From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6704Alexis La Goutte2012-02-061-4/+6
* Fix some typos.Chris Maynard2012-02-011-2/+2
* Get rid of Warnings.Anders Broman2011-11-201-33/+33
* Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier2011-10-161-2/+2
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-14/+14
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-18/+18
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-10/+10
* Add Id to info column. Makes detecting duplicates andJörg Mayer2011-06-021-2/+3
* Use rcode instead of repeated uses of "flags & F_RCODE". One change submittedChris Maynard2011-05-121-3/+3
* Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki2011-05-041-1/+1
* From Michael Mann via bug 2794:Stig Bjørlykke2011-04-191-1/+1
* Add the IPv4 address, not the first 4 bytes of its name, to theGerald Combs2011-03-271-1/+1
* Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs2011-02-231-4/+15
* Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss2011-01-141-36/+29
* Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss2011-01-071-12/+14
* When showing a DNS query response containing a SRV record, display itemsStephen Fisher2011-01-061-1/+38
* Reverse r34810 other than the comment because the re-ordering of dns_types[]Stephen Fisher2011-01-051-9/+5
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-7/+7
* From Daniel Black:Jaap Keuter2010-12-181-7/+10
* Make the Primary name element filterable in response records.Jörg Mayer2010-11-281-6/+12
* Tweek dns_types.Anders Broman2010-11-081-5/+10