Python Forum

Full Version: Help Importing Protocol Library Into Scapy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am relatively new with scapy and was hoping someone could help me get started trying to import a third party library into scapy.

Basically, I found a scapy library (DNP3) which has no documentation on github, the only documentation I could find looks like it costs money to access. The file DNP3_Lib.py appears to be the scapy library. My basic question is how do I import or use this with scapy to create a very basic network packet?

Any advice would be appreciated,

Joe