More updates from Hannes Gredler.
[obnox/wireshark/wip.git] / packet-dns.c
2001-04-23 guyGet rid of unnecessary includes.
2001-04-17 guyMove the declaration of "ipprotostr()" out of "epan...
2001-02-20 nneuladded support for dissecting SRV RRs
2001-02-20 itojuncorrect TSIG decoding (specifically offset/length in...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-14 gramCheck for existence of COL_INFO before adding "Short...
2000-10-19 guyFix some typos.
2000-10-18 guyFix from Per Flock to A6 RR decoding.
2000-10-11 guyDNS updates from Brian Wellington.
2000-10-02 guyA6 and DNAME resource record support, and RFC 2673...
2000-08-18 itojunA6 records are now RFC 2874 (not i-d)
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-09 guyAdd #defines for class values, and use them rather...
2000-08-08 deniel- improve/fix add_host_name
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-21 guyGive a URL that goes directly to the W2K Server documen...
2000-07-21 guyAdd support for Microsoft's WINS and WINS-R resource...
2000-07-18 geraldDNSSEC additions/name changes from Jakob Schlyter ...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-26 itojunsupport A6 packet (IPv6 name resolution).
2000-04-12 guyCatch "loops" in compressed DNS names the same way...
2000-04-04 guyMake "make-reg-dotc" generate a "register_all_protocol_...
2000-03-30 guy"add_rr_to_tree()" is exported from "packet-dns.c"...
2000-03-30 itojunadd dissector for OPT pseudo-RR, in RFC2671 section 4.
2000-03-21 guyCreate the tree entry for resource records in DNS repli...
2000-03-21 guyAdd support for TXT and WKS records to the DNS dissector.
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-01-16 guyGet rid of the include of "util.h" that some dissectors...
1999-12-29 guyGet rid of the "(UDP)" in the DNS protocol string.
1999-12-07 nneulFixes to highlighting for irc dissector req/resp lines
1999-11-27 guyAdd dissection of RFC 2065 resource records.
1999-11-27 guyDissect AAAA resource records.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-12 guyAdd support for HINFO records.
1999-11-10 guyFix up the MX record handling.
1999-11-07 guyBrian J. Murrell's patch to put information about the...
1999-10-16 denielAdd display filters.
1999-10-07 guyA DNS or NBNS name may contain pointers to other names...
1999-10-07 guyAdd more packet bounds checking to DNS, and add some...
1999-10-07 gramFixed the infinite-loop problem in the DNS dissector...
1999-09-21 guyAdd code to dissect MX and LOC records ("sparc.com...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-05-27 guyCorrectly handle the case of the root showing up as...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-22 guyAdd #defines for more T_ types.
1999-01-28 gramAdded guy's time and DHCP patch.
1999-01-05 guyClean up what's displayed for unknown opcodes and unkno...
1999-01-04 guyDecode the word containing the opcode, flags, reply...
1998-12-20 guyBack out change that Hannes Boehm said he didn't intend...
1998-12-19 hannesAdded "Cisco Discovery Protocol" Hooks
1998-12-04 guyWhen dissecting DNS or NBNS queries or replies, add...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-15 guyShow queries as a summary line (as was the case before...
1998-10-14 guyUse "ip_to_str()" and "ether_to_str()" to extract IP...
1998-10-14 guyTag NetBIOS Name Service-over-UDP packets as "NBNS...
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-27 gramI added the use of the END_OF_FRAME macro in dissect_dn...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision