https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7008
--- Comment #5 from Guy Harris <guy@xxxxxxxxxxxx> 2012-04-05 11:30:11 PDT ---
This, of course, doesn't help if you didn't capture the connection setup; it's
useful, but insufficient.
I'm also not sure how the "minimum segment size" affects things here. Is the
"minimum segment size" a value used by heuristic dissectors, i.e. the minimum
amount of data necessary to see whether the data in a TCP stream is for the
protocol in question? Or is it the "fixed_len" argument to tcp_dissect_pdus(),
which is *not* a minimum segment size - if tcp_dissect_pdus() doesn't
reassemble smaller segments as necessary to get that amount of data, that's a
bug, as it means that it's not doing enough reassembly?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.