1 | initial version |
i find a workaround: wireshark accept -i interface parameter; by specifying interfaces in cmd, wireshark works again.
I usually capture on three interfaces: lo0, eth0, eth7; so I modified the script that launches wireshark by appending "-i en7 -i lo0 -i en0".