KHAMAR ALI SHAIKH
KHAMAR ALI SHAIKH

Reputation: 1

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

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 .

Upvotes: 0

Views: 390

Answers (1)

Cukic0d
Cukic0d

Reputation: 5411

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

Upvotes: 0

Related Questions