Description of problem: wireshark fails to get interface list in the presence of bonded interfaces, thereby becoming non-functional Version-Release number of selected component (if applicable): wireshark-1.4.4-1.fc14.x86_64 How reproducible: always Steps to Reproduce: 1. configure a bonded interface 2. start wireshark 3. Actual results: fail: dialog with "Can't get list of interfaces: SIOCGIFFLAGS: bonding_masters: No such device" Expected results: success Additional info: network configuration: eth0 & eth1 bonded into bond0, bond0 member of bridge br0 eth0 ==== DEVICE=eth0 ONBOOT=yes MASTER=bond0 SLAVE=yes BOOTPROTO=none HWADDR=00:1F:D0:21:12:3F IPV6INIT=yes IPV6_AUTOCONF=no IPV6_DEFROUTE=yes USERCTL=no NM_CONTROLLED=no eth1 ==== DEVICE=eth1 ONBOOT=yes MASTER=bond0 SLAVE=yes BOOTPROTO=none HWADDR=00:1F:D0:21:12:3D IPV6INIT=yes IPV6_AUTOCONF=no IPV6_DEFROUTE=yes USERCTL=no NM_CONTROLLED=no bond0 ===== DEVICE=bond0 ONBOOT=yes BRIDGE=br0 BOOTPROTO=none BONDING_OPTS="mode=4 miimon=1000" IPV6INIT=yes IPV6_AUTOCONF=no IPV6_DEFROUTE=yes USERCTL=no NM_CONTROLLED=no br0 === DEVICE=br0 ONBOOT=yes TYPE=Bridge BOOTPROTO=dhcp STP=on DELAY=0 IPV6INIT=yes IPV6_AUTOCONF=no IPV6_DEFROUTE=yes USERCTL=no NM_CONTROLLED=no
ping
This is libpcap problem, see https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4884
that one points at http://sourceforge.net/tracker/?func=detail&atid=469579&aid=2993250&group_id=53067
*** This bug has been marked as a duplicate of bug 693943 ***