zephyr/drivers/net
Jukka Rissanen 7fdebb5a91 drivers: net: ppp: Add packet capture support
User is able to enable packet capture for low level HDLC data
frames received from and sent to network. This data can sent to
remote system for analysis. The captured data is encapsulated
into Linux cooked mode SLL packets.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-04-04 17:02:11 +02:00
..
canbus.c
CMakeLists.txt drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
Kconfig drivers: net: ppp: Add packet capture support 2024-04-04 17:02:11 +02:00
loopback.c drivers: Change drivers to support new IPv4 netmask setting API 2024-03-03 18:58:29 +01:00
nsos_adapt.c drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
nsos_errno.c drivers: net: nsos: new driver for Native Simulator offloaded sockets 2024-03-22 14:39:27 +01:00
nsos_errno.h drivers: net: nsos: new driver for Native Simulator offloaded sockets 2024-03-22 14:39:27 +01:00
nsos_fcntl.c drivers: net: nsos: add F_GETFL and F_SETFL support 2024-03-22 14:39:27 +01:00
nsos_fcntl.h drivers: net: nsos: add F_GETFL and F_SETFL support 2024-03-22 14:39:27 +01:00
nsos_netdb.c drivers: net: nsos: add DNS offload support 2024-03-22 14:39:27 +01:00
nsos_netdb.h drivers: net: nsos: add DNS offload support 2024-03-22 14:39:27 +01:00
nsos_sockets.c drivers: net: nsos: fix compatibility with CONFIG_POSIX_API=n 2024-04-04 17:01:38 +02:00
nsos.h drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
ppp.c drivers: net: ppp: Add packet capture support 2024-04-04 17:02:11 +02:00
slip.c random: Rename random header 2023-10-10 14:23:50 +03:00
slip.h