lvfrazao / dhcppython

Pure Python library for parsing and manipulating DHCP packets
Apache License 2.0
19 stars 14 forks source link

packet: fixed mac starting with 00: #6

Closed zack-vii closed 3 years ago

zack-vii commented 3 years ago

parsed packet strips '\00' form both ends.. it should strip only trailing.

lvfrazao commented 3 years ago

Thanks for the pull request @zack-vii . I assume you've tested this and I'll merge.

TobsA13 commented 3 years ago

@vfrazao-ns1 Could you maybe push this to PyPi? Just wasted 6 hours to find the bug also.

lvfrazao commented 3 years ago

Thanks for the reminder @TobsA13 , I've uploaded to PyPI

TobsA13 commented 3 years ago

Thank you.