In "show_fragment()", use common code to put the top-level entry into
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 20 Jun 2004 19:20:55 +0000 (19:20 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 20 Jun 2004 19:20:55 +0000 (19:20 +0000)
commitada3761e707d86d789123fa0ed79b6addd9ee9e6
treeaf32c972a8a46a633876248fa6944ac0d662e7e0
parent048d8a36a64436d7ec9858a69f314df1d0be3f6d
In "show_fragment()", use common code to put the top-level entry into
the protocol tree for the fragment, regardless of whether the fragment
has any flags set or not, and, in that common code, handle fragments
with 0 bytes of data specially (at least in NDS, you can get zero-length
fragments - including the last fragment, so you can't just ignore those
fragments; the last fragment has to be added to finish off the
reassembly).

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