Skip to content

Commit

Permalink
For reading from a capture, use Capture() instead of StartCapture() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddyschmitt authored Nov 7, 2022
1 parent eddc0e0 commit 07e07ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ See the [Examples](https://github.com/chmorgan/sharppcap/tree/master/Examples) f
using var device = new CaptureFileReaderDevice("filename.pcap");
device.Open();
device.OnPacketArrival += Device_OnPacketArrival;
device.StartCapture();
device.Capture();
```

## Writing to a capture file
Expand Down

0 comments on commit 07e07ee

Please sign in to comment.