Skip to content
Extraits de code Groupes Projets
Valider fe724027 rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Added files for Python package

parent 24e4be39
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
from setuptools import setup, find_packages
setup(
name='pcap_fuzzer',
version='0.1.0',
author='François De Keersmaeker',
author_email='francois.dekeersmaeker@uclouvain.be',
description='Randomly edit packet fields in a PCAP file.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/smart-home-network-security/pcap-fuzzer',
license='GPLv3+',
packages=find_packages(),
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: OS Independent',
],
python_requires='>=3.7',
install_requires=[
'scapy',
],
#test_suite='tests',
)
__pycache__
# Edited PCAP files
edited edited
*.edit.pcap *.edit.pcap
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter