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

NET_CAPTURE && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/net/lib/capture/Kconfig:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/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.)