aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-19 13:09:56 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-19 13:09:56 +0000
commitf8f41fe3c633ae4cd0b7e9cfd6ff6a4b3367f94d (patch)
tree91b1a5314a568d2577c66113d19054fd7acb4c61 /packet-tcp.c
parent8963fabad69eff429d951368a4c2fe4ed09cdef1 (diff)
Added Uwe's update to RPC.
svn path=/trunk/; revision=1069
Diffstat (limited to 'packet-tcp.c')
-rw-r--r--packet-tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-tcp.c b/packet-tcp.c
index 7fc70cd691..4c260f6d44 100644
--- a/packet-tcp.c
+++ b/packet-tcp.c
@@ -1,7 +1,7 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
- * $Id: packet-tcp.c,v 1.44 1999/11/16 11:42:59 guy Exp $
+ * $Id: packet-tcp.c,v 1.45 1999/11/19 13:09:56 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -476,7 +476,7 @@ dissect_tcp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
(it could be an ACK-only packet) */
if (packet_max > offset) {
- /* ONC RPC. We can't base this on anything in the UDP header; we have
+ /* ONC RPC. We can't base this on anything in the TCP header; we have
to look at the payload. If "dissect_rpc()" returns TRUE, it was
an RPC packet, otherwise it's some other type of packet. */
if (dissect_rpc(pd, offset, fd, tree))