memesite/scapy_wrap.py
2023-07-04 21:10:24 -04:00

6 lines
181 B
Python

'''
Import all of scapy to this namespace, the use an import statement
in parse_data.py to prevent the overwriting of other required utilities
(datetime)
'''
from scapy.all import *