aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-3/+3
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-5/+6
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-18/+9
2010-04-13From Ivan Sy:Jaap Keuter1-10/+11
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-04From Ivan Sy via bug 4555:Stig Bjørlykke1-0/+4
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-5/+5
2010-02-23Fix for bug 4517:Jaap Keuter1-3/+3
2009-12-31From Alex Kirk via bug 4366:Stig Bjørlykke1-2/+6
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-5/+5
2009-10-25From Jakub Zawadzki:Anders Broman1-8/+3
2009-09-21Add initial support for DNS/SCTP.Michael Tüxen1-5/+24
2009-08-22From Ivan Sy:Jaap Keuter1-95/+389
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-05From Ivan Sy:Jaap Keuter1-1/+21
2009-08-03Thou shalt terminate thy value_string arrays with {0, NULL}.Guy Harris1-1/+2
2009-08-03From Ivan Sy:Jaap Keuter1-4/+86