Andrew Schweitzer wrote:
> John R. wrote:
>> Insofar as I have a workaround, I described it in the bug report.
>>
> hm.... didn't seem to work in my case. I still lose two packets....
> maybe I screwed something up.
>
Hey it works if I use 1000000 rather than -1!
Cool.
> I made these changes:
> packet-tcp.c
> tcp_dissect_pdus()
> //COMMENTED OUT:
> // pinfo->desegment_len = fixed_len - length_remaining;
> //REPLACED WITH:
> //pinfo->desegment_len = -1;
pinfo->desegment_len = 1000000;
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev