b0bcca49ed
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>
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
#
|
|
# 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
|