Is it possible to dynamically vary a field within each packet sent on the wire? For example, I need to increment the "Identification" field of the IP header for each packet sent. If I create each packet individually and then call "packetsendpacket", I only achieve about 15 Mbps. If I only call "packetsendpacket" once and use "PacketSetNumWrites" to send multiple packets, I achieve 100 Mbps. Any help here would be appreciated.
Regards, Wayne
