dhcppython icon indicating copy to clipboard operation
dhcppython copied to clipboard

Exclude END option during packet parsing

Open surabujin opened this issue 3 years ago • 0 comments

Exclude END option(code==255) during packet parsing. As result options list in produced packet will not include the END option and as result .append() method will not append new options behind End option. So adding new option will not lead to producing malfolmed packet.

surabujin avatar Jun 11 '22 22:06 surabujin