mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 01:21:56 +00:00
Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _net-promiscuous-mode-sample: Promiscuous Mode Sample Application ################################### Overview ******** This application will enable promiscuous mode for every network interface in the system. It will then start to listen for incoming network packets and show information about them. The application will also provide a shell so that user can enable or disable promiscuous mode at runtime. The commands are called ``promisc on`` and ``promisc off``. Requirements ************ - :ref:`networking_with_host` Building and Running ******************** There are multiple ways to use this application. In this example QEMU is used: .. zephyr-app-commands:: :zephyr-app: samples/net/promiscuous_mode :board: qemu_x86 :conf: <config file to use> :goals: build :compact: