Declare routines exported to plugins through the plugin API table as
[metze/wireshark/wip.git] / packet-dns.c
2001-09-17 Guy HarrisAdd support for desegmentation of DNS messages.
2001-09-17 Guy HarrisFix the handling of DNS-over-TCP.
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-08-29 Guy HarrisAdd a "proto_item_append_text()" routine, which is...
2001-08-28 Guy HarrisGet rid of "proto_tree_add_notext()" - if you create...
2001-07-02 Guy HarrisFor DNS-over-TCP, put the length indicator into the...
2001-07-02 Guy HarrisTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-18 Guy HarrisVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-04-23 Guy HarrisGet rid of unnecessary includes.
2001-04-17 Guy HarrisMove the declaration of "ipprotostr()" out of "epan...
2001-02-20 Nathan Neulingeradded support for dissecting SRV RRs
2001-02-20 Jun-ichiro itojun... correct TSIG decoding (specifically offset/length in...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-14 Gilbert RamirezCheck for existence of COL_INFO before adding "Short...
2000-10-19 Guy HarrisFix some typos.
2000-10-18 Guy HarrisFix from Per Flock to A6 RR decoding.
2000-10-11 Guy HarrisDNS updates from Brian Wellington.
2000-10-02 Guy HarrisA6 and DNAME resource record support, and RFC 2673...
2000-08-18 Jun-ichiro itojun... A6 records are now RFC 2874 (not i-d)
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-09 Guy HarrisAdd #defines for class values, and use them rather...
2000-08-08 Laurent Deniel- improve/fix add_host_name
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-21 Guy HarrisGive a URL that goes directly to the W2K Server documen...
2000-07-21 Guy HarrisAdd support for Microsoft's WINS and WINS-R resource...
2000-07-18 Gerald CombsDNSSEC additions/name changes from Jakob Schlyter ...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-26 Jun-ichiro itojun... support A6 packet (IPv6 name resolution).
2000-04-12 Guy HarrisCatch "loops" in compressed DNS names the same way...
2000-04-04 Guy HarrisMake "make-reg-dotc" generate a "register_all_protocol_...
2000-03-30 Guy Harris"add_rr_to_tree()" is exported from "packet-dns.c"...
2000-03-30 Jun-ichiro itojun... add dissector for OPT pseudo-RR, in RFC2671 section 4.
2000-03-21 Guy HarrisCreate the tree entry for resource records in DNS repli...
2000-03-21 Guy HarrisAdd support for TXT and WKS records to the DNS dissector.
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 Guy HarrisFix some "proto_tree_add_text()" calls.
2000-01-16 Guy HarrisGet rid of the include of "util.h" that some dissectors...
1999-12-29 Guy HarrisGet rid of the "(UDP)" in the DNS protocol string.
1999-12-07 Nathan NeulingerFixes to highlighting for irc dissector req/resp lines
1999-11-27 Guy HarrisAdd dissection of RFC 2065 resource records.
1999-11-27 Guy HarrisDissect AAAA resource records.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-12 Guy HarrisAdd support for HINFO records.
1999-11-10 Guy HarrisFix up the MX record handling.
1999-11-07 Guy HarrisBrian J. Murrell's patch to put information about the...
1999-10-16 Laurent DenielAdd display filters.
1999-10-07 Guy HarrisA DNS or NBNS name may contain pointers to other names...
1999-10-07 Guy HarrisAdd more packet bounds checking to DNS, and add some...
1999-10-07 Gilbert RamirezFixed the infinite-loop problem in the DNS dissector...
1999-09-21 Guy HarrisAdd code to dissect MX and LOC records ("sparc.com...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-05-27 Guy HarrisCorrectly handle the case of the root showing up as...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-03-22 Guy HarrisAdd #defines for more T_ types.
1999-01-28 Gilbert RamirezAdded guy's time and DHCP patch.
1999-01-05 Guy HarrisClean up what's displayed for unknown opcodes and unkno...
1999-01-04 Guy HarrisDecode the word containing the opcode, flags, reply...
1998-12-20 Guy HarrisBack out change that Hannes Boehm said he didn't intend...
1998-12-19 hannesAdded "Cisco Discovery Protocol" Hooks
1998-12-04 Guy HarrisWhen dissecting DNS or NBNS queries or replies, add...
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-11-12 Gilbert RamirezA lengthy patch to add the wiretap library. Wiretap...
1998-10-15 Guy HarrisShow queries as a summary line (as was the case before...
1998-10-14 Guy HarrisUse "ip_to_str()" and "ether_to_str()" to extract IP...
1998-10-14 Guy HarrisTag NetBIOS Name Service-over-UDP packets as "NBNS...
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-27 Gilbert RamirezI added the use of the END_OF_FRAME macro in dissect_dn...
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision