https://bugs.winehq.org/show_bug.cgi?id=53323
Bug ID: 53323 Summary: Wireshark doesn't update list of packets during capture Product: Wine Version: 7.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
This is a continuation of bug 53104. Now Wireshark starts capturing packets successfully but the packets aren't shown on the list. Either "Update list of packets in real-time" option must be deselected or Ctrl+R must be pressed after capture is stopped to update the list. This bug is not very interesting as Wireshark is also native for Linux, but my unqualified guess would be that this a file/pipe handling problem in Wine.
"setcap cap_net_raw,cap_net_admin=eip wine64-preloader" is needed to give Wine permissions to capture packets.