To list network interfaces using the command-line tool tshark, you can follow these steps:
-
Open the terminal.
-
Run the following command:
tshark -D
This command will display all capture-capable network interfaces on your system. Each interface will be listed with a corresponding number.
