A simple application that allows you to use net-shell to configure network packet capturing. The captured packets are sent to external systems for processing. This can be used for debugging network protocols. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
10 lines
190 B
YAML
10 lines
190 B
YAML
common:
|
|
harness: net
|
|
depends_on: netif
|
|
sample:
|
|
description: Network packet capture
|
|
name: Network packet capture sample application
|
|
tests:
|
|
sample.net.capture:
|
|
tags: net capture
|