I'm visiting a computer network course. For learning purposes I'd like to run tshark in my WSL-Debian under Windows.
I succesfully installed it using: sudo apt-get install tshark
My Version using tshark -v --> TShark (Wireshark) 3.4.10 (Git v3.4.10 packaged as 3.4.10-0+deb11u1)
sudo tshark -D Outputs several "ports" (?)
but when i use the simple command tshark
It says: "Capturing on 'eth0'
tshark: The capture session could not be initiated on interface 'eth0' (socket: Address family not supported by protocol)....."
Is it an illusion to run tshark on WSL? I've read somewhere that it should be possible
-edit: Working on WSL1