Lines Matching refs:capture
21 If capturing is enabled and configured, the system will automatically capture
22 network traffic for a given network interface. If you would like to capture
24 the cooked mode capture API.
26 In cooked mode capture, arbitrary network packets can be captured and there
29 using the normal network interface based capture. Also CANBUS or Bluetooth
31 network stack to capture those.
33 The cooked mode capture works like this:
36 mode captured packets are written by the cooked mode capture API.
39 * The ``cooked`` interface must be configured to capture certain L2 packet types
41 * When cooked mode capture API is used, the caller must specify what is the
42 layer 2 protocol type of the captured data. The cooked mode capture API is then
43 able to determine what to capture when receiving such a L2 packet.
47 then automatically placed to the capture IP tunnel and sent to remote host
50 For example, in the sample capture application, these network interfaces
62 Virtual name : Cooked mode capture
91 cooked capture packets are written by the capture API to sink interface 1.
93 The ``net capture enable 2`` net-shell command will cause the packets sent to
94 interface 2 to be written to capture interface 4, which in turn then capsulates
98 sample :zephyr_file:`samples/net/capture/overlay-tunnel.conf` file.
103 See :zephyr:code-sample:`net-capture` sample application and