Include a message with all ReassemblyError exceptions; they're expected

to have a message indicating the precise error.

svn path=/trunk/; revision=48554
This commit is contained in:
Guy Harris 2013-03-25 22:36:29 +00:00
parent 021e41ea66
commit da76e5a997
1 changed files with 1 additions and 1 deletions

View File

@ -901,7 +901,7 @@ fragment_add_work(fragment_data *fd_head, tvbuff_t *tvb, const int offset,
* past the end of a buffer sooner or later).
*/
g_slice_free(fragment_data, fd);
THROW(ReassemblyError);
THROW_MESSAGE(ReassemblyError, "New fragment overlaps old data (retransmission?)");
}
}