Robin Hayer
Robin Hayer
### Summary This PR fixes an issue where the `get_tshark_version` function incorrectly parses the TShark version when dissector plugins are present. Previously, the function always used the **first line** of...
### Summary This PR improves the `AttributeError` raised in `XmlLayer.__getattr__` when accessing a non-existent field. Instead of a generic exception, the updated message includes: - The name of the missing...
Make the analyze process more verbose or add loading in CLI [#24](https://github.com/Repello-AI/Agent-Wiz/issues/24) **Enhancements:** - **Added Timer for Process Execution:** The analyzer CLI command now includes a timer that shows the...