This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Error: Can’t get list of interfaces: Incompatiable version number: message discarded

0

Hi,

I have installed Wireshark 1.10.3 and winpcap 4.1.3 in my local windows machine. Tried to add remote interfaces for the specific host name by specifying host name for host , port number for port, and username. password for password authentication. i am getting the error "can't get list of interfaces:incompatiable version number: message discarded.

I verified that remote host name is accesible from my local windows machine. I tried this by using ping command.

I'm not sure that what the reason for this. Help us to figure out reason for this error and share procedure for how to connect to remote hostname via wireshark.

Thanks in advance.

asked 16 Dec '13, 04:29

Manivas's gravatar image

Manivas
1222
accept rate: 0%


One Answer:

0

Sounds like you did not install WinPcap on the remote host and/or did not start rpcapd (Remote Capturing Daemon) on that machine.

http://www.winpcap.org/docs/docs_40_2/html/group__remote.html

Please search the site for 'rpcapd' to get similar questions and answers.

If you've installed and started rpcapd on the remote machine, please post the output of the following command (run it as Administrator in an elevated DOS box).

netstat -nab

In that output search for 'rpcapd' or '2002' and post the two lines before and after the line that contains those strings.

Regards
Kurt

answered 16 Dec '13, 06:27

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 17 Dec '13, 03:02

Hi,

Thanks for your support.

Executed command "netstat -nap", it's not giving any output values for Proto, Local Address, Foreign address and state.

I tried the command "rpcapd -a " command from winpcap installed location"C:\Program Files (x86)\WinPcap" to start, but its giving output as "rpcapd: option requires an argument --a , Press CTRL+C to stop the server". What it could means, whether server started or it required some other parameters.

Thanks in advance.

(16 Dec '13, 23:06) Manivas

Executed command "netstat -nap", it's not giving any output values for Proto, Local Address, Foreign address and state.

sorry, on Windows it's

netstat -nab

'b' instead of 'p'

rpcapd: option requires an argument --a

Please read the rpcapd documentation!

http://www.winpcap.org/docs/docs_40_2/html/group__remote.html

(17 Dec '13, 03:02) Kurt Knochner ♦

Hi, Thanks for your support.

Can you please suggest the link for downloading wireshark install via RPM on Redhat Systems.

Wireshark software download for Redhat system.

(19 Dec '13, 06:22) Manivas

There is only the repository of Red Hat, but they offer only an ancient version of Wireshark. So, if you want a recent version, you must compile it yourself.

BTW: If you want to run rpcapd on Red Hat, that won't be included in any Wireshark package. You can however compile it yourself from the sources of WinPcap.

(19 Dec '13, 15:14) Kurt Knochner ♦

Thanks,

Can you please share link to download Wireshare for Redhat systems to install in linux machines.

(20 Dec '13, 00:45) Manivas

As I said, it's in the repository of Red Hat.

sudo yum install wireshark
sudo yum install wireshark-gnome

(20 Dec '13, 10:41) Kurt Knochner ♦

BTW: why are we talking about Red Hat? You started the question with WinPcap!?!

(21 Dec '13, 10:30) Kurt Knochner ♦

Hi,

Could you please explain the difference between working nature of below two command.

tcpdump -w xpackets2.pcap -i eth0 src host-name

tcpdump -w xpackets2.pcap -i eth0 dst host-name

Thanks in advance.

(23 Dec '13, 23:33) Manivas

Hi,

could you please open a new question and close this one by accepting it, if the answer was helpful to you. This i a Q&A site. Asking new questions in an existing one is undesirable.

(23 Dec '13, 23:53) Kurt Knochner ♦

Thanks,its helped me a lot.

(24 Dec '13, 01:50) Manivas
1

Good.

Hint: If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions. For extra points you can up vote the answer (thumb up).

(24 Dec '13, 01:54) Kurt Knochner ♦
showing 5 of 11 show 6 more comments