-
-
Notifications
You must be signed in to change notification settings - Fork 1
PCAP.Packet.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Sub Constructor(pHeader As Ptr, RawPacket As MemoryBlock)| Name | Type | Comment |
|---|---|---|
| pHeader | Ptr | A pointer to a pcap_pkthdr structure |
| RawPacket | MemoryBlock | The raw packet data |
External code should use Capture.ReadNext to construct a valid instance of this class.
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.