aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-05From Ivan Sy:jake1-1/+21
2009-08-03Thou shalt terminate thy value_string arrays with {0, NULL}.guy1-1/+2
2009-08-03From Ivan Sy:jake1-4/+86
2009-07-31From Ivan Sy via bug 3797:gerald1-0/+3
2009-07-31From Ivan Sy:jake1-2/+60
2009-07-31From Ivan Sy:jake1-5/+5
2009-07-29From Ivan Sy:jake1-0/+12
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-12/+12
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);wmeier1-1/+1
2009-03-30Fixup whitespace.gerald1-25/+25
2009-03-30Replace another string pointer dance with a string buffer.gerald1-18/+9
2009-03-23Fixed some data types to remove some warnings in the solaris build.stig1-28/+27
2009-02-11Added support for LLMNR.stig1-20/+88
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-18From Richard Brodie:jake1-47/+152
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-09-29From Derek Morr:jake1-12/+57
2008-08-11From Roy Marples (bug 2781 and bug 2796):stig1-20/+41
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-8/+8
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+0
2007-06-22dns request/response tracking did not work if tree==NULL we didnt set up sahlberg1-107/+108
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-23/+24
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-20/+20
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-20/+20
2006-12-31From Paul Erkkila:jake1-9/+75
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-11-12Mark Krochmal says that the class field should be treated in mDNS as aguy1-7/+15
2006-11-12Flag the question as a "QM" question if the QU flag isn't set.guy1-4/+4
2006-11-12mDNS treats the class field as a flag bit and 15 bits of class; displayguy1-21/+79
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-08-23testdrive the request/response README and implement request/response matching...sahlberg1-0/+106
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-02-21Fix for bug 724: DNS dissector fails in handling the sign of Altitude in LOC ...jake1-1/+1
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-12/+20
2005-12-25remove some proto_tree_add_text and replace with proto_tree_add_item() for t...sahlberg1-20/+75
2005-10-16remove one array from the stacksahlberg1-11/+19
2005-10-08improve get_dns_name now that we have cheap emem allocated bufferssahlberg1-50/+58
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someguy1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-1/+0
2005-08-30replace some g_string_sprintf() with g_snprintf()sahlberg1-14/+20
2005-08-18several times replacing:ulfl1-1/+1
2005-08-17snprintf -> g_snprintfulfl1-10/+6
2005-08-08various code cleanup:ulfl1-3/+3
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-2/+2
2005-06-27The name returned by "get_dns_name()" (and thus byguy1-52/+72
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-6/+6
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-06-04fix #201 second part: adapt the string length of the unformatted text, so it ...ulfl1-2/+7