You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Flowsynth is a tool for rapidly modeling network traffic. Flowsynth can be used to generate text-based hexdumps of packets as well as native libpcap format packet captures.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/secureworks/flowsynth",
package_dir={"flowsynth": "src"},
packages=["flowsynth"],
scripts=["src/flowsynth.py"],
install_requires=[
"scapy>=2.4.0",
"argparse",
],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",