:orphan: .. title:: CONFIG_NET_CAPTURE_TX_DEBUG .. kconfig:: CONFIG_NET_CAPTURE_TX_DEBUG CONFIG_NET_CAPTURE_TX_DEBUG ########################### *Debug sent packets* Type: ``bool`` Help ==== .. code-block:: none Enables printing of sent network packet. This can produce lot of output so it is disabled by default. Direct dependencies =================== \ :kconfig:`NET_CAPTURE_LOG_LEVEL_DBG ` && \ :kconfig:`NET_CAPTURE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/capture/Kconfig:55`` 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_TX_DEBUG bool "Debug sent packets" depends on NET_CAPTURE_LOG_LEVEL_DBG && NET_CAPTURE && NETWORKING help Enables printing of sent network packet. This can produce lot of output so it is disabled by default. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*