Skip to content

Commit 9946c35

Browse files
authored
Set FlagsAttribute on WinDivertPacketFlags (#526)
1 parent 15c95ec commit 9946c35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: SharpPcap/WinDivert/WinDivertPacketFlags.cs

+3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
//
33
// SPDX-License-Identifier: MIT
44

5+
using System;
6+
57
namespace SharpPcap.WinDivert
68
{
9+
[Flags]
710
public enum WinDivertPacketFlags : byte
811
{
912
Sniffed = 1 << 0,

0 commit comments

Comments
 (0)