Re: [RFC PATCH v1 1/2] dts: Add interactive shell for managing Scapy

2024-06-17 Thread Jeremy Spewock
On Tue, Jun 11, 2024 at 7:12 AM Juraj Linkeš wrote: > > > > diff --git a/dts/framework/remote_session/scapy_shell.py > > b/dts/framework/remote_session/scapy_shell.py > > new file mode 100644 > > index 00..fa647dc870 > > --- /dev/null > > +++ b/dts/framework/remote_session/scapy_shell.py

Re: [RFC PATCH v1 1/2] dts: Add interactive shell for managing Scapy

2024-06-11 Thread Juraj Linkeš
diff --git a/dts/framework/remote_session/scapy_shell.py b/dts/framework/remote_session/scapy_shell.py new file mode 100644 index 00..fa647dc870 --- /dev/null +++ b/dts/framework/remote_session/scapy_shell.py @@ -0,0 +1,175 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 20

[RFC PATCH v1 1/2] dts: Add interactive shell for managing Scapy

2024-06-05 Thread jspewock
From: Jeremy Spewock This shell can be used to remotely run Scapy commands interactively and provides methods for handling the sending and capturing of packets. depends-on: series-32014 ("Improve interactive shell output gathering and logging") Signed-off-by: Jeremy Spewock --- dts/framework/