Comment # 2
on bug 11913
from Paul Offord
The root cause of this problem is the attempt of the Open RPC (packet-rpc.c) to
reassemble fragments when the constituent packets have been sliced (i.e capture
length is less than the length on the wire). I've written a fix which I'll
submit through gerrit.
I noticed the other day a similar issue with an Outlook DCE-RPC trace that a
colleague had collected at a customer. Both Open RPC and DCE-RPC use
reassemble.c for reassembly. I'll take a look at this later.
You are receiving this mail because:
- You are watching all bug changes.