-
-
Notifications
You must be signed in to change notification settings - Fork 1
PCAP.Adaptor.SendPacket
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
Function SendPacket(RawPacket As PCAP.Packet) As Boolean
Function SendPacket(RawPackets() As PCAP.Packet, Synchronize As Boolean = False) As Boolean| Name | Type | Comment |
|---|---|---|
| RawPacket | Packet | The packet to be sent |
| Name | Type | Comment |
|---|---|---|
| RawPackets | Packet array | The packets to be sent |
| Synchronize | Boolean | Optional. If True, the packets are sent respecting the timestamps; otherwise they are sent as fast as possible. This feature is only available under Windows. |
Returns True if the packet(s) was sent to the adaptor successfully.
Wiki home | Project page | Bugs | Become a sponsor
Text, images, and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.