We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6fd3f commit b2c762aCopy full SHA for b2c762a
SharpPcap/DeviceModes.cs
@@ -30,12 +30,14 @@ public enum DeviceModes : short
30
/// has to be done with UDP protocol.
31
/// </summary>
32
[SupportedOSPlatform("windows")]
33
+ [SupportedOSPlatform("macos14.0")]
34
DataTransferUdp = 2,
35
36
/// <summary>
37
/// Defines if the remote probe will capture its own generated traffic.
38
39
40
41
NoCaptureRemote = 4,
42
43
0 commit comments