http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1392
------- Comment #5 from did447@xxxxxxxxx 2007-11-08 06:52 GMT -------
(In reply to comment #3)
> What happens with 0.9.5? It's not happening with top-of-tree SVN for me.
>
The culprit is in packet-rpc.c:dissect_rpc_fragment()
seq = tcpinfo->seq + offset;
With relative sequence numbers tcpinfo->seq is 1 for both sides and it screws
rpc_reassembly_table table.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.