Wireshark-bugs: [Wireshark-bugs] [Bug 13213] RPC dissector doesn't match Replies to Calls with R
Date: Tue, 06 Dec 2016 16:01:43 +0000

Comment # 2 on bug 13213 from
The RPC dissector uses conversations to track XIDs. For TCP, one conversation
exists per socket. The XIDs for Calls and Replies are associated with this
conversation.

IB RC connections appear to be unidirectional; and their source port is set to
-1. Thus the XID matching scheme used by packet-rpc.c does not work for IB
connections.


You are receiving this mail because:
  • You are watching all bug changes.