If we do reassembly and hand the packet to the dissector, and the
authorGuy Harris <guy@alum.mit.edu>
Fri, 29 Jul 2005 07:14:32 +0000 (07:14 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 29 Jul 2005 07:14:32 +0000 (07:14 -0000)
commit0c5af0dde6744082ebbdfa9bd8b80f28b4e16cc3
tree2ca4eb3be0ffb5a5970c7fee60e6ddd77878929f
parent70fb0178665e945fe77d233ca8e59133a310a8d4
If we do reassembly and hand the packet to the dissector, and the
dissector says "sorry, I need even more data in this packet", don't flag
that packet as being reassembled in that frame.  Indicate that we should
perhaps do all the "partial reassembly" stuff in
"fragment_set_partial_assembly()", which would obviate the need for the
hack in the TCP dissector.

Clean up indentation.

svn path=/trunk/; revision=15139
epan/dissectors/packet-tcp.c
epan/reassemble.c