-
-
Notifications
You must be signed in to change notification settings - Fork 1
PCAP.Capture.Open
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
Shared Function Open(CaptureFile As FolderItem, SnapLength As Integer, Flags As Integer) As PCAP.Capture| Name | Type | Comment |
|---|---|---|
| CaptureFile | FolderItem | The PCAP file to open |
| SnapLen | Integer | The maximum number of bytes per packet to read (Windows only) |
| Flags | Integer | The PCAP flags to open the capture with (Windows only) |
A reference to a Capture object, or Nil on error.
This method opens a .pcap dump file for reading. The SnapLen and Flags parameters are only supported on Windows.
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.