Ethereal shouldn't use "file_seek()", "file_read()", or "file_write()"
[obnox/wireshark/wip.git] / packet-dns.c
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