PcapHandle.open
fn
PcapHandle open(string source, int snaplen, int flags, int readTimeout, pcap_rmtauth * auth, out string errBuf)Opens a remote capture or local file using the modern pcap_open API.
Parameters
source | The source string (e.g. "rpcap://host/device"). |
snaplen | The snapshot length. |
flags | Open flags. |
readTimeout | The read timeout in milliseconds. |
auth | Authentication information (optional). |
errBuf | Buffer to receive error information. |
Returns
A