Changes since v1.0.1
- Added support for .NET 8.0
- Added
WinDivert.FormatFilter
method. - The following constants were added.
QueueLengthDefault
,QueueLengthMin
,QueueLengthMax
QueueTimeDefault
,QueueTimeMin
,QueueTimeMax
QueueSizeDefault
,QueueSizeMin
,QueueSizeMax
PriorityHighest
,PriorityLowest
BatchMax
MTUMax
- SharpDivert now throws
WinDivertException
instead ofWin32Exception
. Users can now use theWinDivertNativeMethod
field ofWinDivertException
to more accurately determine the source of the error. - Some exceptions now output appropriate error messages.
- Minor fixes to
GetHashCode
for some types. - Updated documentation, etc.