mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
Adds i8shark, a sniffer "adapter" that captures all 802.15.4 traffic, packages it into a Wireshark ZEP packet, and sends it to a host running Wireshark. Approved-by: Gregory Nutt <gnutt@nuttx.org>
13 lines
384 B
Text
13 lines
384 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
menu "IEEE 802.15.4 applications"
|
|
|
|
source "$APPSDIR/wireless/ieee802154/libmac/Kconfig"
|
|
source "$APPSDIR/wireless/ieee802154/libutils/Kconfig"
|
|
source "$APPSDIR/wireless/ieee802154/i8sak/Kconfig"
|
|
source "$APPSDIR/wireless/ieee802154/i8shark/Kconfig"
|
|
|
|
endmenu #ieee 802.15.4 apps
|