diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-08-28 04:46:13 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-08-28 04:46:13 +0000 |
commit | 6bbe0b5834c3ca32a51d186cd93df40a47f09e5b (patch) | |
tree | dde7906d66afccfbea8b929cce30590eb1ed3c79 /reassemble.c | |
parent | a2246980423a0f99fdfd45fccf229eb5fc3263b3 (diff) | |
download | wireshark-6bbe0b5834c3ca32a51d186cd93df40a47f09e5b.tar.gz wireshark-6bbe0b5834c3ca32a51d186cd93df40a47f09e5b.tar.bz2 wireshark-6bbe0b5834c3ca32a51d186cd93df40a47f09e5b.zip |
Update a comment.
svn path=/trunk/; revision=8296
Diffstat (limited to 'reassemble.c')
-rw-r--r-- | reassemble.c | 7 |
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; /* |