12 lines
366 B
Text
12 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
|
||
|
|
||
|
===============================================================================
|