aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
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