Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
366 B
Text
11 lines
366 B
Text
===============================================================================
|
|
|
|
If trafshow displays errors similar to the following:
|
|
|
|
ed1: (no devices found) /dev/bpf4: No such file or directory
|
|
|
|
create more bpf devices, for instance:
|
|
|
|
cd /dev && ./MAKEDEV bpf7 # create 8 devices
|
|
|
|
===============================================================================
|