In the dhcp_handler method, I determine the 53 bits of the pkt_dhcp.options.option_list, if the value is 1, it is DISCOVER , if the value is 3, it is REQUEST .
But when I test the information, I found that all the messages received are DISCOVER, is my judgment wrong?

In the dhcp_handler method, I determine the 53 bits of the pkt_dhcp.options.option_list, if the value is 1, it is DISCOVER , if the value is 3, it is REQUEST .
But when I test the information, I found that all the messages received are DISCOVER, is my judgment wrong?