aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-28 04:46:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-28 04:46:13 +0000
commit6bbe0b5834c3ca32a51d186cd93df40a47f09e5b (patch)
treedde7906d66afccfbea8b929cce30590eb1ed3c79 /reassemble.c
parenta2246980423a0f99fdfd45fccf229eb5fc3263b3 (diff)
Update a comment.
svn path=/trunk/; revision=8296
Diffstat (limited to 'reassemble.c')
-rw-r--r--reassemble.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/reassemble.c b/reassemble.c
index 674b7dace4..3d107bd438 100644
--- a/reassemble.c
+++ b/reassemble.c
@@ -1,7 +1,7 @@
/* reassemble.c
* Routines for {fragment,segment} reassembly
*
- * $Id: reassemble.c,v 1.41 2003/08/28 04:19:29 guy Exp $
+ * $Id: reassemble.c,v 1.42 2003/08/28 04:46:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1491,7 +1491,10 @@ process_reassembled_data(tvbuff_t *tvb, int offset, packet_info *pinfo,
if (update_col_infop != NULL)
*update_col_infop = update_col_info;
} else {
- /* We don't have the complete reassembled payload. */
+ /*
+ * We don't have the complete reassembled payload, or this
+ * isn't the final frame of that payload.
+ */
next_tvb = NULL;
/*