Releases
v.1.3.0
Changelog
Python Script ddos_analyzer.py
Added
Logging for exceptions during packet processing to improve debugging.
Changed
Enhanced exception handling in process_pcap
function by catching and logging errors (IndexError, AttributeError).
Bash Script capture.sh
Added
Robust error handling for network operations.
A single variable to handle the naming of pcap files, ensuring consistency between capture and upload operations.
Changed
Updated the method of generating pcap filenames to use a variable (pcap_filename
), preventing discrepancies between capture and upload filenames.
Enhanced packet count extraction and logging methodology for improved accuracy and readability.
Fixed
Potential issue with filename discrepancies due to time change between capture start and file upload in high traffic situations.
General
Additional comments and documentation for clarity.
Code optimization for better performance and maintainability.
You can’t perform that action at this time.