On Fri, Jul 27, 2007 at 10:14:51AM -0400, yin sun wrote:
> The other way is, as I know the whole TCP stream is dedicated for this
> java object stream, so in theory I just need to reassemble all of them
> into one big buffer. Then the question is,
> 1. for static file (packets captured already),
Hi,
I am making a plugin for Java Serialized object stream. Similar questions
occur to me. As the stream doesn't indicate length, so it could run very
long inside one tcp stream. I can use conversation to preserve the
information across packets. But how do I handle the boundary case. How do I
dete