Skip to content

Version 1.3.0

Latest
Compare
Choose a tag to compare
@ImAndromeda ImAndromeda released this 12 Dec 00:30
· 1 commit to main since this release
1d2506e

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.