zephyr/subsys/net/lib/shell
Jukka Rissanen 78a0cfbd94 net: shell: capture: Set capture device if user did not use shell
If user created the capture device using the API and not via
the shell, then the device name was not set. Use the default
capture device in this case.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-04-04 17:02:11 +02:00
..
CMakeLists.txt
allocs.c
arp.c
capture.c net: shell: capture: Set capture device if user did not use shell 2024-04-04 17:02:11 +02:00
conn.c
dhcpv4.c
dns.c
events.c net: capture: Generate events when starting / stopping capture 2024-04-04 17:02:11 +02:00
gptp.c
iface.c net: shell: Print multicast join status for iface cmd 2024-03-28 09:41:38 +00:00
iface_dynamic.h
ipv4.c net: Convert various address loops to use ARRAY_FOR_EACH macro 2024-03-03 18:58:29 +01:00
ipv6.c net: Convert various address loops to use ARRAY_FOR_EACH macro 2024-03-03 18:58:29 +01:00
mem.c net: Provide separate configs for TX/RX memory pool for variable bufs 2024-03-29 15:56:07 -05:00
nbr.c net: lib: shell: Fix IPv6 neighbor build 2024-03-08 10:02:02 +00:00
net_shell.c
net_shell.h
net_shell_private.h
ping.c
pkt.c
ppp.c
resume.c
route.c
sockets.c net: shell: Print mgmt socket information properly 2024-02-28 09:39:27 +01:00
stats.c
suspend.c
tcp.c net: ipv4: Make netmask IPv4 address specific 2024-03-03 18:58:29 +01:00
udp.c
virtual.c
vlan.c net: shell: Print VLAN name instead of interface type 2024-03-28 09:41:38 +00:00
websocket.c