Add support for "--with-plugindir=<plugin install dir>" to configure.
[metze/wireshark/wip.git] / packet-dns.c
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