IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

ParsePcapFile Method

Parses the specified pcap file.

Syntax

[VB.NET]
Public Sub ParsePcapFile(ByVal fileName As String)
[C#]
public void ParsePcapFile(string fileName);

Remarks

This method parses the specified pcap (packet capture) file and fires events as if the traffic were received directly.

The component supports the standard pcap file format used by a variety of popular network capture tools. When calling this method the file will be parsed and the IPPacket event will fire for each parsed packet.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]