How to list network interfaces?

To list network interfaces using the command-line tool tshark, you can follow these steps:

  1. Open the terminal.

  2. 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.

0 Comments

no data
Be the first to share your comment!