On 10 June 2014 08:40, Wissam Shoukair <[email protected]> wrote: > Last but not least, does anyone knows about a tool which generates packets > according to what it received? For example, If I need to reproduce an issue > with DHCP process, and a PXE client sends DHCP Discover, this tool should > listen on port 67, handle the received DHCP Discover and generate a DHCP > reply according to the info in the received DHCP Discover?
Have you considered Scapy [1] for this purpose. Others have programmed it for DHCP-related purposes: http://projects2009developer.files.wordpress.com/2009/03/scapy.pdf https://github.com/david415/dhcptakeover/blob/master/dhcptakeover.py [1] http://www.secdev.org/projects/scapy/ _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

