Not with current version of WinPcap. Next version of WinPcap will provide buffered writes, that will increase the sending performance.
Loris ----- Original Message ----- From: "Allen, Wayne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 8:09 PM Subject: [WinPcap-users] Sending packets: Dynamically varying > 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 >
