From bb9aa60ece8d015d1073eb1b602ab800899ea9e7 Mon Sep 17 00:00:00 2001 From: Ken Bannister Date: Tue, 24 Dec 2019 09:33:53 -0500 Subject: [PATCH] sniffer: fix references to board network interface --- sniffer/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sniffer/README.md b/sniffer/README.md index 8a93f109b9..41e5e494d4 100644 --- a/sniffer/README.md +++ b/sniffer/README.md @@ -14,9 +14,10 @@ Usage Compile and flash this application to the board of your choice. You can check if everything on the RIOT side works by connecting to the board via UART and by -checking with `ifconfig` if a network device is available. Further you can -check with `ifconfig 4 promisc` if promiscuous mode is supported and with -`ifconfig 4 raw` if raw mode is supported by the driver/network device. +checking with `ifconfig` if a network device is available. Also note the +interface number for the following commands. Then you can check with +`ifconfig promisc` if promiscuous mode is supported and with +`ifconfig raw` if raw mode is supported by the driver/network device. For further information on setting up the host part, see `RIOTBASE/dist/tools/sniffer/README.md`.