aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.c
Commit message (Expand)AuthorAgeFilesLines
* added support for dissecting SRV RRsNathan Neulinger2001-02-201-1/+67
* correct TSIG decoding (specifically offset/length in dump list).Jun-ichiro itojun Hagino2001-02-201-19/+12
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-3/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Check for existence of COL_INFO before adding "Short xxx packet" toGilbert Ramirez2000-11-141-2/+4
* Fix some typos.Guy Harris2000-10-191-4/+4
* Fix from Per Flock to A6 RR decoding.Guy Harris2000-10-181-14/+22
* DNS updates from Brian Wellington.Guy Harris2000-10-111-37/+451
* A6 and DNAME resource record support, and RFC 2673 bitstring labelGuy Harris2000-10-021-3/+124
* A6 records are now RFC 2874 (not i-d)Jun-ichiro itojun Hagino2000-08-181-4/+4
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Add #defines for class values, and use them rather than using theGuy Harris2000-08-091-5/+14
* - improve/fix add_host_nameLaurent Deniel2000-08-081-1/+6
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Give a URL that goes directly to the W2K Server documentationGuy Harris2000-07-211-2/+2
* Add support for Microsoft's WINS and WINS-R resource records.Guy Harris2000-07-211-4/+182
* DNSSEC additions/name changes from Jakob Schlyter <jakob@crt.se>.Gerald Combs2000-07-181-8/+16
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-8/+8
* Add tvbuff class.Gilbert Ramirez2000-05-111-97/+97
* support A6 packet (IPv6 name resolution).Jun-ichiro itojun Hagino2000-04-261-3/+20
* Catch "loops" in compressed DNS names the same way the BSD DNS resolver,Guy Harris2000-04-121-5/+21
* Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"Guy Harris2000-04-041-2/+11
* "add_rr_to_tree()" is exported from "packet-dns.c" for use by the NBNSGuy Harris2000-03-301-2/+2
* add dissector for OPT pseudo-RR, in RFC2671 section 4.Jun-ichiro itojun Hagino2000-03-301-10/+61
* Create the tree entry for resource records in DNS replies, and add theGuy Harris2000-03-211-152/+137
* Add support for TXT and WKS records to the DNS dissector.Guy Harris2000-03-211-1/+133
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-3/+3
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-071-28/+24
* Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris2000-01-161-2/+1
* Get rid of the "(UDP)" in the DNS protocol string.Guy Harris1999-12-291-6/+12
* Fixes to highlighting for irc dissector req/resp linesNathan Neulinger1999-12-071-2/+2
* Add dissection of RFC 2065 resource records.Guy Harris1999-11-271-5/+258
* Dissect AAAA resource records.Guy Harris1999-11-271-2/+23
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-22/+37
* Add support for HINFO records.Guy Harris1999-11-121-1/+76
* Fix up the MX record handling.Guy Harris1999-11-101-18/+21
* Brian J. Murrell's patch to put information about the queries andGuy Harris1999-11-071-194/+260
* Add display filters.Laurent Deniel1999-10-161-16/+67
* A DNS or NBNS name may contain pointers to other names in the packet; ifGuy Harris1999-10-071-5/+13
* Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCPGuy Harris1999-10-071-143/+260
* Fixed the infinite-loop problem in the DNS dissector, at least forGilbert Ramirez1999-10-071-7/+25
* Add code to dissect MX and LOC records ("sparc.com" has both).Guy Harris1999-09-211-1/+107
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-2/+15
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-56/+50
* Correctly handle the case of the root showing up as a name in a DNSGuy Harris1999-05-271-104/+136
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-75/+72
* Add #defines for more T_ types.Guy Harris1999-03-221-15/+187
* Added guy's time and DHCP patch.Gilbert Ramirez1999-01-281-2/+3