v3.0.0
Pre-release
Pre-release
Completely refactored the Wirebait library. The main initial design requirement was to have Wirebait fit in 1 Lua file. It has since then become clear that a single file made this project unreasonably hard to maintain and upgrade, so the main change brought by this refactor is the fact that now classes are separated into different Lua files. Also:
- Some classes have been updated/removed to fit more closely the Wireshark API (e.g. Buffer)
- New classes have been added to fit more closely the Wireshark API (e.g. Tvb, TvbRange, ByteArray)
- More unit tests have been added