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

changed database location

parent 17b4e22a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import sys
sys.stdout.reconfigure(line_buffering=True)
## Database ##
connection = duckdb.connect('../../packets_data.duckdb')
connection = duckdb.connect('../../../packets_data.duckdb')
##############
## Reserved IPs ##
......
......@@ -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, \
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):
......
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