- New API metadata_whitelist (Thanks to "eli"). This improves a lot TShark speed.
- Allow specifying the key log file that enables decryption of TLS traffic (Thanks to "vvv")
- Add new API timestamp_micros (Thanks to "vvv") Similar to Packet.sniff_time in pyshark.
- Update dependencies to their latest version And fix patch level for chrono due to a security issue before 0.4.20.
- Add decode-as option (Thanks to "horaih")
- Update dependencies to their latest version
- Update Cargo dependencies
- Add Windows support (Thanks to Preet Dua "Prabhpreet")
- Support for TShark output without show (using pyshark style). Closes issue #1
- Filter out metadata with empty name.
- Update dependencies to their latest version
- Get TShark stderr output and return it in an Err (after filtering)
- Rework read function API to make it more simple to use
- First release