:orphan: .. title:: CONFIG_NET_CAPTURE_DEVICE_COUNT .. kconfig:: CONFIG_NET_CAPTURE_DEVICE_COUNT CONFIG_NET_CAPTURE_DEVICE_COUNT ############################### *Number of network capture devices* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_CAPTURE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/net/lib/capture/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig 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.)*