dotpcap / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
1.33k stars 268 forks source link

Update README to specify GetPacket not Packet #514

Closed kylejuliandev closed 4 months ago

kylejuliandev commented 4 months ago

Update the examples found in the README. PacketCapture does not have a field or property Packet but a method GetPacket.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.42%. Comparing base (a9c2893) to head (2d04c8e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #514 +/- ## ========================================== - Coverage 82.14% 78.42% -3.72% ========================================== Files 51 51 Lines 2823 2823 Branches 312 310 -2 ========================================== - Hits 2319 2214 -105 - Misses 383 484 +101 - Partials 121 125 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.