aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-17Rename some routines and structures to reflect that they're specific toGuy Harris1-1/+1
2004-11-12For dynamic DNS updates, give the counts in the message the appropriateGuy Harris1-9/+45
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-28From David Fort: ipseckey DNS RR support.Guy Harris1-2/+73
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2513