Python Forum
Help Importing Protocol Library Into Scapy - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Help Importing Protocol Library Into Scapy (/thread-18005.html)



Help Importing Protocol Library Into Scapy - joedirgy - May-02-2019

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