:orphan: .. title:: CONFIG_NET_CAPTURE_BUF_COUNT .. kconfig:: CONFIG_NET_CAPTURE_BUF_COUNT CONFIG_NET_CAPTURE_BUF_COUNT ############################ *How many network buffers to allocate for capture* Type: ``int`` Help ==== .. code-block:: none This tells how many net_buf to allocate for capturing network traffic. Direct dependencies =================== \ :kconfig:`NET_CAPTURE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/net/lib/capture/Kconfig:34`` 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_BUF_COUNT int "How many network buffers to allocate for capture" default 16 depends on NET_CAPTURE && NETWORKING help This tells how many net_buf to allocate for capturing network traffic. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*