Releases: gusprojects008/framesniff
Releases · gusprojects008/framesniff
v1.0.1
- Applying good clean code practices, memory and processing efficiency, removing a large portion of magic numbers and several
ifstatements by dispatcher mechanism. - Standardization of the format of log file paths.
__main__.pydeveloped 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
update