Lines Matching +full:sample +full:- +full:point +full:- +full:data
16 using ``net-shell`` or automatically by using the ``net_capture`` API.
23 network data when there is no network interface involved, then you need to use
28 packets in PPP can be captured, as the HDLC L2 layer data is stripped away when
30 network data could be captured although currently there is no support in the
42 layer 2 protocol type of the captured data. The cooked mode capture API is then
50 For example, in the sample capture application, these network interfaces
53 .. code-block:: c
86 In this example, the ``192.0.2.2`` is the address of the outer end point of the
93 The ``net capture enable 2`` net-shell command will cause the packets sent to
98 sample :zephyr_file:`samples/net/capture/overlay-tunnel.conf` file.
100 Sample usage
103 See :zephyr:code-sample:`net-capture` sample application and