In "fragment_add_seq_check()", handle short frames the same way
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Apr 2002 10:59:58 +0000 (10:59 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Apr 2002 10:59:58 +0000 (10:59 +0000)
commit8c79d12378816638f989e9d3afaf05ee60ea8216
treeaad1e48638573c2cca202ac9c41c0da1e1ec2667
parentca593b70884f9881bc1230778c70801979f7246a
In "fragment_add_seq_check()", handle short frames the same way
regardless of whether they're the first frame we see in a reassembly or
not - put all but the last fragment into the hash table (so subsequent
frames with the same reassembly ID don't get misdissected as
unfragmented frames), return the head of the fragment list for the first
fragment and NULL for all other fragments (so the first fragment gets
dissected as a fragmented packet), and unhash the fragment head from the
reassembly hash table when we see the last fragment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5189 f5534014-38df-0310-8fa8-9805f1628bb7
reassemble.c