v2.41.1
Added 3
- Queue handle is now passed to the packet proxy plugins to allow packet manipulation within the callback
- Wifi module now reports the current channel in state
- Added net.sniffer.interface parameter to sniff from a different interface
Changed 2
- Updated Docker image to newer Golang version
- Refactored deprecated ioutil calls to io equivalents
Fixed 6
- Print event data instead of the whole struct for unhandled events
- Various unit tests fixes for Windows
- Routing tables unit tests fix for Linux
- Gracefully handled packets that would crash gopacket
- Fixed net.sniff stats output for local packets flag
- Fixed JavaScript number conversion issues for backwards compatibility
Removed 1
- Removed unused module
From bettercap
New Features
- 🚀 Increased unit tests coverage considerably.
- 🐳 Updated Docker image to newer Golang version.
- 📦 Queue handle is now passed to the packet proxy plugins to allow packet manipulation within the callback (fixes #1202).
- 📡 Wifi module now reports the current channel in state.
- 🐍 Added net.sniffer.interface parameter to sniff from a different interface.
Fixes
- 🔄 Print event data instead of the whole struct for unhandled events.
- 🛠️ Various unit tests fixes for Windows.
- 🐧 Routing tables unit tests fix for Linux.
- 🔄 Refactored deprecated
ioutilcalls toioequivalents. - ✅ Removed unused module (ref #1201).
- ⚠️ Gracefully handled packets that would crash gopacket (fixes #1184).
- 🛡️ Fixed net.sniff stats output for local packets flag.
- 🔄 Fixed JavaScript number conversion issues for backwards compatibility.
Miscellaneous
- 📚 Added contributors to README.
- 🔄 Various small fixes or general refactoring that did not warrant individual comments, including version bump for golang.org/x/net.
- 🔄 Multiple updates and fixes to issue templates and configuration.
- 🔄 Bumped all dependencies to their latest versions.
This changelog was generated by Changelog.