aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-31From Paul Erkkila:Jaap Keuter1-9/+75
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-11-12Mark Krochmal says that the class field should be treated in mDNS as aGuy Harris1-7/+15
2006-11-12Flag the question as a "QM" question if the QU flag isn't set.Guy Harris1-4/+4
2006-11-12mDNS treats the class field as a flag bit and 15 bits of class; displayGuy Harris1-21/+79
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-08-23testdrive the request/response README and implement request/response matching...Ronnie Sahlberg1-0/+106
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-02-21Fix for bug 724: DNS dissector fails in handling the sign of Altitude in LOC ...Jaap Keuter1-1/+1
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-12/+20
2005-12-25remove some proto_tree_add_text and replace with proto_tree_add_item() for t...Ronnie Sahlberg1-20/+75
2005-10-16remove one array from the stackRonnie Sahlberg1-11/+19
2005-10-08improve get_dns_name now that we have cheap emem allocated buffersRonnie Sahlberg1-50/+58
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+0
2005-08-30replace some g_string_sprintf() with g_snprintf()Ronnie Sahlberg1-14/+20
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-08-17snprintf -> g_snprintfUlf Lamping1-10/+6
2005-08-08various code cleanup:Ulf Lamping1-3/+3
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-2/+2
2005-06-27The name returned by "get_dns_name()" (and thus byGuy Harris1-52/+72
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-6/+6
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-06-04fix #201 second part: adapt the string length of the unformatted text, so it ...Ulf Lamping1-2/+7
2005-05-29fix #201: add format_text before output of the DNS name, in case it contains ...Ulf Lamping1-4/+9
2005-02-10From Nicolas Dichtel via Vincent Jardin:Gerald Combs1-0/+3
2005-01-13OPT RRs don't have a class field.Guy Harris1-4/+7
2005-01-02Unlike the detailed description of resource record types, theGuy Harris1-49/+2
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.Guy Harris1-180/+229
2004-12-02From David Fort: the DNS RR type number for IPSECKEY will be changing toGuy Harris1-7/+5
2004-11-22From Yaniv Kaul: increment the offset pointer *after* you use it to putGuy Harris1-7/+7
2004-11-21From Yaniv Kaul: yet *another* place where an NTLMSSP rather than GSSAPIGuy Harris1-2/+6
2004-11-17Add IPv6 address<->name mappings for AAAA records.Guy Harris1-0/+5