Hi,
I need to create a RPC monitor in
Java. I started using jpcap library but the problem is that it can only extract ip and tcp/udp headers. The thing is that rpc server send client an information about port number inside a packet. Does anybody know how to extract this information?
Thanks