aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-19 09:18:42 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-19 09:18:42 +0000
commit9451cddaa7da245b2a22acc4727b4dbcef6a9a38 (patch)
treee25802ac7258bb6e786a0414bd014dcebd557980 /packet-dns.c
parent5e052e89a12178d4d5b8f49877681513679cbd6e (diff)
Fix some comments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4979 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dns.c')
-rw-r--r--packet-dns.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-dns.c b/packet-dns.c
index 6d0af374ae..f95e0e553c 100644
--- a/packet-dns.c
+++ b/packet-dns.c
@@ -1,7 +1,7 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
- * $Id: packet-dns.c,v 1.83 2002/02/22 21:52:09 guy Exp $
+ * $Id: packet-dns.c,v 1.84 2002/03/19 09:18:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2019,7 +2019,7 @@ dissect_dns_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* ReportedBoundsError exception. We really want
* a tvbuff where the length is "length", the reported
* length is "plen + 2", and the "if the snapshot length
- * were infinite" length were the minimum of the
+ * were infinite" length is the minimum of the
* reported length of the tvbuff handed to us and "plen+2",
* with a new type of exception thrown if the offset is
* within the reported length but beyond that third length,
@@ -2037,8 +2037,8 @@ dissect_dns_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* Catch the ReportedBoundsError exception; if this
* particular message happens to get a ReportedBoundsError
* exception, that doesn't mean that we should stop
- * dissecting COPS messages within this frame or chunk
- * of reassembled data.
+ * dissecting DNS-over-TCP messages within this frame or
+ * chunk of reassembled data.
*
* If it gets a BoundsError, we can stop, as there's nothing
* more to see, so we just re-throw it.