Skip to content
Snippets Groups Projects
Commit 0e7b19e6 authored by Vladyslav Lubkovskyi's avatar Vladyslav Lubkovskyi
Browse files

changed back, I broke it

parent c096d640
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ import sys ...@@ -12,7 +12,7 @@ import sys
sys.stdout.reconfigure(line_buffering=True) sys.stdout.reconfigure(line_buffering=True)
## Database ## ## Database ##
connection = duckdb.connect('../../../packets_data.duckdb') connection = duckdb.connect('../../packets_data.duckdb')
############## ##############
## Reserved IPs ## ## Reserved IPs ##
......
...@@ -16,7 +16,7 @@ from packet_capturing import packet_handler, get_dicts, dict_clear, ip_rate_base ...@@ -16,7 +16,7 @@ from packet_capturing import packet_handler, get_dicts, dict_clear, ip_rate_base
syn_fin, null_packet, tcp_reset_attack, arp_spoofing, dns_spoofing, checksum_verification, payload_pattern_matching, \ syn_fin, null_packet, tcp_reset_attack, arp_spoofing, dns_spoofing, checksum_verification, payload_pattern_matching, \
content_length_mismatch, malformed_check, icmp_flood_detection, reserved_ips, protocol_fragmentation_check content_length_mismatch, malformed_check, icmp_flood_detection, reserved_ips, protocol_fragmentation_check
connection = duckdb.connect('../../../packets_data.duckdb') connection = duckdb.connect('../../packets_data.duckdb')
class TestPacketCapturing(unittest.TestCase): class TestPacketCapturing(unittest.TestCase):
......
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