dotpcap / sharppcap

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

For reading from a capture, use Capture() instead of StartCapture() #430

Closed fiddyschmitt closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #430 (e697bd7) into master (eddc0e0) will decrease coverage by 11.65%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #430       +/-   ##
===========================================
- Coverage   82.50%   70.84%   -11.66%     
===========================================
  Files          51       51               
  Lines        2823     2823               
  Branches      312      312               
===========================================
- Hits         2329     2000      -329     
- Misses        373      710      +337     
+ Partials      121      113        -8     
Impacted Files Coverage Δ
SharpPcap/WinpkFilter/DriverHandle.cs 0.00% <0.00%> (-100.00%) :arrow_down:
SharpPcap/WinpkFilter/NativeMethods.cs 0.00% <0.00%> (-100.00%) :arrow_down:
SharpPcap/WinpkFilter/WinpkFilterHeader.cs 0.00% <0.00%> (-100.00%) :arrow_down:
SharpPcap/WinpkFilter/WinpkFilterDriver.cs 0.00% <0.00%> (-96.78%) :arrow_down:
SharpPcap/Tunneling/WinTap/WinTapDriver.cs 0.00% <0.00%> (-88.89%) :arrow_down:
SharpPcap/WinpkFilter/WinpkFilterDevice.cs 0.00% <0.00%> (-84.14%) :arrow_down:
SharpPcap/LibPcap/WindowsNativeMethods.cs 0.00% <0.00%> (-40.00%) :arrow_down:
SharpPcap/LibPcap/PcapStatistics.cs 58.97% <0.00%> (-28.21%) :arrow_down:
SharpPcap/BaseLiveDevice.cs 56.45% <0.00%> (-25.81%) :arrow_down:
SharpPcap/LibPcap/PcapHeader.cs 76.19% <0.00%> (-21.43%) :arrow_down:
... and 11 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more