We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddc0e0 commit 07e07eeCopy full SHA for 07e07ee
README.md
@@ -71,7 +71,7 @@ See the [Examples](https://github.com/chmorgan/sharppcap/tree/master/Examples) f
71
using var device = new CaptureFileReaderDevice("filename.pcap");
72
device.Open();
73
device.OnPacketArrival += Device_OnPacketArrival;
74
- device.StartCapture();
+ device.Capture();
75
```
76
77
## Writing to a capture file
0 commit comments