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

2024-09-11 Thread Patrick Robb
Just noting in attempting to test the latest version of this patch I see it does not cleanly apply.

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

2024-06-25 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