Skip to content

Commit

Permalink
Set FlagsAttribute on WinDivertPacketFlags (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g authored Aug 22, 2024
1 parent 15c95ec commit 9946c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SharpPcap/WinDivert/WinDivertPacketFlags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
//
// SPDX-License-Identifier: MIT

using System;

namespace SharpPcap.WinDivert
{
[Flags]
public enum WinDivertPacketFlags : byte
{
Sniffed = 1 << 0,
Expand Down

0 comments on commit 9946c35

Please sign in to comment.