1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 12:03:52 +01:00

sniffer: fix references to board network interface

This commit is contained in:
Ken Bannister 2019-12-24 09:33:53 -05:00 committed by chrysn
parent f31eb2f5b2
commit bb9aa60ece

View File

@ -14,9 +14,10 @@ Usage
Compile and flash this application to the board of your choice. You can check 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 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 checking with `ifconfig` if a network device is available. Also note the
check with `ifconfig 4 promisc` if promiscuous mode is supported and with interface number for the following commands. Then you can check with
`ifconfig 4 raw` if raw mode is supported by the driver/network device. `ifconfig <iface> promisc` if promiscuous mode is supported and with
`ifconfig <iface> raw` if raw mode is supported by the driver/network device.
For further information on setting up the host part, see For further information on setting up the host part, see
`RIOTBASE/dist/tools/sniffer/README.md`. `RIOTBASE/dist/tools/sniffer/README.md`.