- Use `getmac` package for mac address detecting. - Add `send`, `disable` and `spoof` commands for the CLI. (33) - Make the `interface` argument for the `build_arp_packet` function optional. (32)
0.0.10
- Add `Packet` base class. (28) - Change `Protocol` to `ProtocolType`. (30) - Validate `sender_ip` of the ARP response packet.
0.0.9
- Make `interface` argument optional. (23) - Move `Stream` creation from `request` to `sync_send_arp`. (24)
0.0.8
- Add `wait_response` argument to `sync_send_arp` and `async_send_arp`. (13)