aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-31From Ivan Sy via bug 3797:Gerald Combs1-0/+3
2009-07-31From Ivan Sy:Jaap Keuter1-2/+60
2009-07-31From Ivan Sy:Jaap Keuter1-5/+5
2009-07-29From Ivan Sy:Jaap Keuter1-0/+12
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier1-1/+1
2009-03-30Fixup whitespace.Gerald Combs1-25/+25
2009-03-30Replace another string pointer dance with a string buffer.Gerald Combs1-18/+9
2009-03-23Fixed some data types to remove some warnings in the solaris build.Stig Bjørlykke1-28/+27
2009-02-11Added support for LLMNR.Stig Bjørlykke1-20/+88
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-18From Richard Brodie:Jaap Keuter1-47/+152
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-09-29From Derek Morr:Jaap Keuter1-12/+57
2008-08-11From Roy Marples (bug 2781 and bug 2796):Stig Bjørlykke1-20/+41
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-8/+8
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2007-06-22dns request/response tracking did not work if tree==NULL we didnt set up Ronnie Sahlberg1-107/+108
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-23/+24
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-20/+20
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-20/+20