Ask Your Question

rich5's profile - activity

2020-04-30 08:58:36 +0000 received badge  Famous Question (source)
2019-04-13 10:04:44 +0000 received badge  Notable Question (source)
2018-09-29 15:27:59 +0000 received badge  Popular Question (source)
2018-03-06 19:43:54 +0000 commented answer Connect to rpcapd service on Windows from Linux/OSX using tshark

That's very helpful. Thank you!

2018-03-06 19:42:59 +0000 marked best answer Connect to rpcapd service on Windows from Linux/OSX using tshark

I have an rpcapd service running on a Windows system. I can connect to the service and start a capture session using tshark from another Windows system, but when I try the same thing from a Linux or OSX system I get:

sudo tshark -p -w output.pcap -i "rpcap://<IP>:2002/\Device\NPF_{3C1CAC08-C702-4D89-96CB-1F2B845ACA1D}"    
shark: The capture session could not be initiated on interface 'rpcap://<IP>:2002/\Device\NPF_{3C1CAC08-C702-4D89-96CB-1F2B845ACA1D}' (No such device exists).
    Please check to make sure you have sufficient permissions, and that you have the proper interface or pipe specified.

The firewall is open and I can even use netcat to establish a connection on port 2002. Is this just not supported functionality or am I doing something wrong?

2018-03-06 19:42:59 +0000 received badge  Scholar (source)
2018-03-06 18:18:09 +0000 asked a question Connect to rpcapd service on Windows from Linux/OSX using tshark

Connect to rpcapd service on Windows from Linux/OSX using tshark I have an rpcapd service running on a Windows system. I