-
-
Notifications
You must be signed in to change notification settings - Fork 1
PCAP.Capture.CreateDead
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
Shared Function CreateDead(LinkType As PCAP.LinkType, SnapLength As Integer) As PCAP.Capture| Name | Type | Comment |
|---|---|---|
| LinkType | LinkType | The type of datalink to initialize the capture with |
| SnapLength | Integer | The maximum number of bytes per packet to capture |
A reference to a Capture object, or Nil on error.
This method constructs a Capture object without needing a reference to an Adaptor object. The returned Capture object is initialized as if it were created from an Adaptor of the specified LinkType.
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.