how to implement stp, rstp , mstp protocol using scapy?

351 Views Asked by At

I am trying to implement the SPANNING TREE PROTOCOL, rapid spanning tree protocol and multiple spanning tree protocol using SCAPY. Can someone post the code to implement the same .

1

There are 1 best solutions below

2
On

It’s not currently implemented, meaning that you must implement it yourself.

You can have a look on internet if someone has already done it and lookup through scapy source code

Also, see Adding new protocols from scapy’s documentation