Doc: add mentioning of ip link to get interfaces

With the introduction of the ip command (from iproute2) on modern
Linux systems it becomes common to see this tool available,
gradually replacing tools like netstat and ifconfig.

Change-Id: I1fb309e741c07c93271b61a35c4833d36bcc5cb8
Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Reviewed-on: https://code.wireshark.org/review/30924
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jaap Keuter 2018-12-05 16:43:45 +01:00 committed by Anders Broman
parent 5adda736f7
commit 0da8a3dbd3
4 changed files with 4 additions and 4 deletions

View File

@ -224,7 +224,7 @@ capture.
Network interface names should match one of the names listed in
"B<dumpcap -D>" (described above); a number, as reported by
"B<dumpcap -D>", can also be used. If you're using UNIX, "B<netstat
-i>" or "B<ifconfig -a>" might also work to list interface names,
-i>", "B<ifconfig -a>" or "B<ip link>" might also work to list interface names,
although not all versions of UNIX support the B<-a> option to B<ifconfig>.
If no interface is specified, B<Dumpcap> searches the list of

View File

@ -576,7 +576,7 @@ capture.
Network interface names should match one of the names listed in
"B<tshark -D>" (described above); a number, as reported by
"B<tshark -D>", can also be used. If you're using UNIX, "B<netstat
-i>" or "B<ifconfig -a>" might also work to list interface names,
-i>", "B<ifconfig -a>" or "B<ip link>" might also work to list interface names,
although not all versions of UNIX support the B<-a> option to B<ifconfig>.
If no interface is specified, B<TShark> searches the list of

View File

@ -407,7 +407,7 @@ capture.
Network interface names should match one of the names listed in
"B<wireshark -D>" (described above); a number, as reported by
"B<wireshark -D>", can also be used. If you're using UNIX, "B<netstat
-i>" or "B<ifconfig -a>" might also work to list interface names,
-i>", "B<ifconfig -a>" or "B<ip link>" might also work to list interface names,
although not all versions of UNIX support the B<-a> flag to B<ifconfig>.
If no interface is specified, B<Wireshark> searches the list of

View File

@ -223,7 +223,7 @@ Set the name of the network interface or pipe to use for live packet capture.
+
Network interface names should match one of the names listed in `wireshark -D`
(described above). A number, as reported by `wireshark -D`, can also be used. If
youre using UNIX, `netstat -i` or `ifconfig -a` might also work to list
youre using UNIX, `netstat -i`, `ifconfig -a` or `ip link` might also work to list
interface names, although not all versions of UNIX support the `-a` flag to
`ifconfig`.
+