First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

interfaces missing in 2.6.4 on CentOS7

I installed ver 2.6.4 on CentOS7. No ethernet interfaces are available for capture in Wireshark. I have: added the user to the wireshark users group

The logged in user is an administrator The Ethernet (Wired) connection is active.

asked 2018-10-13 14:38:34 +0000
This post is a wiki. Anyone with karma >750 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Did you logout and login again?

Jaap's avatar
13.7k
Jaap
answered 2018-10-13 18:41:12 +0000
edit flag offensive 0 remove flag delete link

Comments

Yes, sorry I forgot to list that step

lloving's avatar lloving (2018-10-13 20:50:02 +0000) edit

(Since it appears to have answered your question I converted @Jaap's comment to an answer.)

JeffMorriss's avatar JeffMorriss (2018-10-15 13:04:40 +0000) edit

I did logout and logged in again but that did not solve the problem, still no Ethernet interfaces shown. There is a Random Packet Generator and a UDP Listener remote capture but nothing else.

lloving's avatar lloving (2018-10-16 01:43:32 +0000) edit
add a comment see more comments
0

Somewhere I saw that this issue can be an indication that Wireshark did not install completely or correctly. So based on that info I reinstalled using the source file, extracted and compiled.

$ wget https://1.as.dl.wireshark.org/src/wir...

$ tar -xf wireshark-2.6.4.tar.xz -C /tmp

$ cd /tmp/wireshark-2.6.4

$ ./autogen.sh

$ ./configure –enable-setcap-install

$ make

$ sudo make install

$ sudo ldconfig

Thanks to https://linuxtechlab.com/install-wire... for the solution.

lloving's avatar
1
lloving
answered 2018-10-16 21:01:52 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer