CONFIG_NET_CAPTURE_BUF_COUNT

How many network buffers to allocate for capture

Type: int

Help

This tells how many net_buf to allocate for capturing
network traffic.

Direct dependencies

NET_CAPTURE && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

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

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_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.)