aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.h
AgeCommit message (Collapse)AuthorFilesLines
1999-10-07Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCPGuy Harris1-4/+3
as well. svn path=/trunk/; revision=779
1999-05-27Correctly handle the case of the root showing up as a name in a DNSGuy Harris1-3/+3
request or reply. (Redid "get_dns_name()" along the lines of the code in the BSD resolver.) Add code to dissect SOA RRs. svn path=/trunk/; revision=297
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-3/+3
reference the protocol tree with struct proto_tree and struct proto_item objects. That way, the packet decoding source code file can be used with non-gtk packet decoders, like a curses-based ethereal, e.g. I also re-arranged some of the information in packet.h to more appropriate places (like other packet-*.[ch] files). svn path=/trunk/; revision=223
1998-10-14Needed for common routines between DNS and NBNS.Gilbert Ramirez1-0/+44
svn path=/trunk/; revision=56