CONFIG_NET_CAPTURE_DEVICE_COUNT
Number of network capture devices
Type: int
Help
Number of network capture devices. Usually one is enough but
if one needs to send captured data to multiple different devices,
then you need to increase the value.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
1
Kconfig definition
At <Subsystem>/net/lib/capture/Kconfig:41
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:39
→ <Subsystem>/net/Kconfig:87
→ <Subsystem>/net/lib/Kconfig:40
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network additional services → Network packet capture support
config NET_CAPTURE_DEVICE_COUNT
int "Number of network capture devices"
default 1
depends on NET_CAPTURE && NETWORKING
help
Number of network capture devices. Usually one is enough but
if one needs to send captured data to multiple different devices,
then you need to increase the value.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)