On Fri, Jun 21, 2024 at 10:14 AM Juraj Linkeš
wrote:
>
>
> > +#: Padding to add to the start of a line for python syntax compliance.
> > +_padding: ClassVar[str] = " " * 4
>
> We use padding in the context of packets so let's use something else
> here, such as _python_indentation.
I didn'
+#: Padding to add to the start of a line for python syntax compliance.
+_padding: ClassVar[str] = " " * 4
We use padding in the context of packets so let's use something else
here, such as _python_indentation.
+
def __init__(self, tg_node: Node, config: ScapyTrafficGenerato
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
3 matches
Mail list logo