Skip to content
Snippets Groups Projects
Commit c9f24015 authored by Chris's avatar Chris
Browse files

removed cursed stuff

parent ab3173d7
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,6 @@ from scapy.layers.inet import IP, TCP
from unittest.mock import patch, MagicMock
from scapy.layers.l2 import Ether
import sys
import os
# Add the parent directory of `src` to sys.path
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../src')))
from packet_capturing import packet_handler, get_dict, dict_clear, syn_flood_detection, port_check, ip_spoofing, \
syn_fin, null_packet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment