zephyr/subsys/net/l2
Jukka Rissanen ce2abc26b5 net: capture: Catch sent and received packets
Create net_l2_send() function which will be called by each L2
sending function so that we can catch all the network packets
that are being sent. Some L2 layers send things a bit differently,
so in those cases call the net_capture_send() directly by the L2
layer.
Add network packet capture call in receive side after the pkt has
been received by the RX queue handler. This avoids calling the
net_capture_send() from ISR context.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-04-02 07:24:06 -04:00
..
bluetooth net: capture: Catch sent and received packets 2021-04-02 07:24:06 -04:00
canbus net: capture: Catch sent and received packets 2021-04-02 07:24:06 -04:00
dummy net: capture: Catch sent and received packets 2021-04-02 07:24:06 -04:00
ethernet net: capture: Catch sent and received packets 2021-04-02 07:24:06 -04:00
ieee802154 net: capture: Catch sent and received packets 2021-04-02 07:24:06 -04:00
openthread net: capture: Catch sent and received packets 2021-04-02 07:24:06 -04:00
ppp net: capture: Catch sent and received packets 2021-04-02 07:24:06 -04:00
virtual net: l2: ipip: Support more than one IPIP tunnel 2021-04-02 07:24:06 -04:00
wifi shell: examples cleanup 2020-09-29 10:48:47 +02:00
CMakeLists.txt net: virtual: Add virtual network interface support 2021-03-29 07:40:24 -04:00
Kconfig net: virtual: Add virtual network interface support 2021-03-29 07:40:24 -04:00