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