dhcppython
dhcppython copied to clipboard
Exclude END option during packet parsing
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.