When I click the Wireshark toolbar button labeled as "List the available capture interfaces", I see the following error message in a popup:
and I'm running Wireshark as root, so I don't think there's a privilege problem in play here. How can I get Wireshark to list my capture interfaces? asked 07 Jun '12, 00:27 aisling edited 07 Jun '12, 15:57 helloworld |
What does
ifconfig -a
print? If the only interface it reports is the loopback interface, then (except perhaps on Solaris 11) there are no interfaces on which a capture can be done - the loopback interface isn't a DLPI interface and doesn't support capturing on it. If it lists other interfaces, can you capture on them withsnoop
?