dotpcap / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
1.35k stars 267 forks source link

fix: #518 limit length of hardware address on linux #534

Closed landerverhacklansweeper closed 2 months ago

landerverhacklansweeper commented 2 months ago

I chose to move the Math.Min a bit earlier, this way the byte[] allocated is smaller as well.