CONFIG_NET_CAPTURE_TX_DEBUG
Debug sent packets
Type: bool
Help
Enables printing of sent network packet.
This can produce lot of output so it is disabled by default.
Direct dependencies
NET_CAPTURE_LOG_LEVEL_DBG
&& NET_CAPTURE
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/net/lib/capture/Kconfig:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <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_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.)