Skip to content

Commit b2c762a

Browse files
fix: specify mac os versions for device modes #ACME-39068 (#23)
1 parent ad6fd3f commit b2c762a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SharpPcap/DeviceModes.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ public enum DeviceModes : short
3030
/// has to be done with UDP protocol.
3131
/// </summary>
3232
[SupportedOSPlatform("windows")]
33+
[SupportedOSPlatform("macos14.0")]
3334
DataTransferUdp = 2,
3435

3536
/// <summary>
3637
/// Defines if the remote probe will capture its own generated traffic.
3738
/// </summary>
3839
[SupportedOSPlatform("windows")]
40+
[SupportedOSPlatform("macos14.0")]
3941
NoCaptureRemote = 4,
4042

4143
/// <summary>

0 commit comments

Comments
 (0)