Wireshark-bugs: [Wireshark-bugs] [Bug 13213] RPC dissector doesn't match Replies to Calls with R

Date: Thu, 08 Dec 2016 16:13:55 +0000

Comment # 6 on bug 13213 from
(In reply to Chuck Lever from comment #5)
> The destination port for the client-to-server conversation does not match
> either the source port or the destination port for the server-to-client
> conversation. This defeats the RPC dissector's conversation-based XID
> matching mechanism.

Its IP over IB. so TCP/NFS dissector would look for src and dest port of TCP?
While infiniband.c would do conversations based on src and dest qp.

Thats what I see in the logs and in trace as below.

> update_sport frame=13 updating sport = 546, dport=525
> get_conversation_for_call frame=13 sport=55562 dport=111 conv=0x7f205dab1830


Do packet-rpc.c find conversation based on IB srcport, destport or TCP ports?


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