Skip to content

Releases: gusprojects008/framesniff

v1.0.1

19 Apr 22:03

Choose a tag to compare

  • Applying good clean code practices, memory and processing efficiency, removing a large portion of magic numbers and several if statements by dispatcher mechanism.
  • Standardization of the format of log file paths.
  • __main__.py developed to standardize and automate tests.
  • Use of context mechanism in the main functions for parsing communication patterns.
  • Restructuring of core/ to make it more conceptually compatible with the concepts of communication patterns and the OSI model, with better scalability.
  • Improved filtering mechanism.
  • Reduction of exceptions during parsing.
  • Beginning of the implementation of basic data structures to allow the construction of a complete sniffing TUI, with visualization and binary navigation over the frame.
  • Beginning of the development of the framesniff TUI architecture, with most of the functionalities of Wireshark and some additional ones.

v1.0.0

13 Feb 22:17

Choose a tag to compare

update