Re: [PATCH v3 1/1] dts: Remove XML-RPC server for Scapy TG and instead use PythonShell

2024-09-25 Thread Juraj Linkeš
On 24. 9. 2024 18:34, Jeremy Spewock wrote: On Tue, Sep 24, 2024 at 6:55 AM Juraj Linkeš wrote: I like how this looks. I have a number of minor comments (mainly wording and naming), but overall it looks very good. On 19. 9. 2024 21:02, jspew...@iol.unh.edu wrote: From: Jeremy Spewock Pr

Re: [PATCH v3 1/1] dts: Remove XML-RPC server for Scapy TG and instead use PythonShell

2024-09-24 Thread Jeremy Spewock
On Tue, Sep 24, 2024 at 6:55 AM Juraj Linkeš wrote: > > I like how this looks. I have a number of minor comments (mainly wording > and naming), but overall it looks very good. > > On 19. 9. 2024 21:02, jspew...@iol.unh.edu wrote: > > From: Jeremy Spewock > > > > Previously all scapy commands were

Re: [PATCH v3 1/1] dts: Remove XML-RPC server for Scapy TG and instead use PythonShell

2024-09-24 Thread Juraj Linkeš
I like how this looks. I have a number of minor comments (mainly wording and naming), but overall it looks very good. On 19. 9. 2024 21:02, jspew...@iol.unh.edu wrote: From: Jeremy Spewock Previously all scapy commands were handled using an XML-RPC server that ran on the TGNode. This unnecess

[PATCH v3 1/1] dts: Remove XML-RPC server for Scapy TG and instead use PythonShell

2024-09-19 Thread jspewock
From: Jeremy Spewock Previously all scapy commands were handled using an XML-RPC server that ran on the TGNode. This unnecessarily enforces a minimum Python version of 3.10 on the server that is being used as a traffic generator and complicates the implementation of scapy methods. This patch remo