WinpkFilter Release History

DateVersionDetails
26.01.20243.4.8
  • Optimized Packet Processing: Upgraded the in-driver implementation of ReadPacketsUnsorted, SendPacketsToAdaptersUnsorted, and SendPacketsToMstcpUnsorted. This optimization groups packets by their target network adapter, significantly reducing overhead and enhancing throughput.
07.04.20233.4.3
  • A major update that specifically targets performance improvements for high-speed 10 Gbps networks.
  • Includes an additional API, which allows users to expand the driver’s internal packet pool, resulting in increased efficiency and performance.
02.02.20233.4
  • Complete ARM64 support
11.01.20223.2.32
  • Added ICMP filter
  • Updated static filter synchronization (spinlock replaced by read/write lock for Windows Vista and later)
21.10.20213.2.31
  • Significantly improved packets re-injection performance
  • Added udt2tcp sample
24.04.20213.2.29
  • Fast I/O now can use up to 16 shared memory sections to read packets, significantly improving performance on high load systems
  • A couple of bugs fixed in C++ samples
  • Added Windows 10 ARM64 compatibility (ARM64 driver build is available to registered customers)
04.02.20213.2.28
  • Fast I/O redesign with significantly improved performance under high load (new version uses two lock-free shared sections and no packets queuing)
  • Updated C++ samples
27.11.20203.2.26
  • Bugfix: potential resource leak when having active WinpkFilter application during system power state changes
02.08.20203.2.25
  • Bugfix: incorrect reference counter could result DRIVER_POWER_STATE_FAILURE during system power state transitions
26.04.20203.2.24
  • Fast I/O performance improvements
26.02.20203.2.21
  • Fixed IRQL_UNEXPECTED_VALUE (c8) on Windows 10 1909 with ‘Killer E2200 Gigabit Ethernet Controller’
  • Improved Fast I/O implementation in driver code
16.11.20193.2.20.3
  • Added support for NdisMediumIp
  • Added compile time option to activate Jumbo frames support
  • Added new experimental Fast I/O API which drastically improves packet reading latency
  • Added new C++ samples
24.02.20193.2.18.1
  • Fixed Receive Segment Coalescing (RSC) task offload issue for wireless WDI drivers (could cause packet loss and performance degradation for some network interfaces)
  • Driver signature updated (could cause installation problems on Enterprise and Server editions)
07.04.20183.2.16.1
  • Fixed SetAdaptersStartupMode behavior
  • Fixed NdisrdRequest behaviour in WOW64 mode
28.03.20183.2.14.1
  • Receive Segment Coalescing (RSC) task offload issue fixed (could cause packet loss and performance degradation for some network interfaces)
  • Added hardware filter change notification event API SetHwPacketFilterEvent
03.12.20173.2.9.1
  • Added extended validation for the parameters passed from client application to WinpkFilter drivers
04.09.20173.2.8.1
  • Windows 10 HLK tests passed
  • RAS_LINK ProtocolBuffer size extended to 2048 bytes (Windows Vista had 600 bytes buffer, while Windows 10 has 1200 bytes)
  • Fixed task offload issue specific to certain 10 Gbps network interfaces which could cause packet loss and thus network performance degradation
  • Updated and slightly extended NDISAPI.DLL
  • Added Bluetooth media type for NDIS Lightweight Filter driver type
12.02.20173.2.7.6
  • Fixed Hyper-V switch issue: enabling filter driver for virtual switch and at the same time for the network interface below it, could result in incorrect send/receive operation counting and thus prevent the filter from correct detach. Under some circumstances it could result DRIVER_POWER_STATE_FAILURE.
22.01.20173.2.7.5
  • Fixed issue with enabled debug output in 3.2.7.1 that could negatively affect driver performance.
06.04.20163.2.7
  • Significantly improved driver performance for high speed networks
14.03.20163.2.6
  • Added special reserved pool for packets handled in kernel mode (these are packets which are not supposed to be redirected to user mode application for further processing: passed/blocked according to loaded filters and collected from non-tunneled network interfaces). This feature seriously improves remote debugging capabilities for WinpkFilter based applications. An example, if you debug over RDP and your application load static filters to pass RDP connections prior to putting network interface into the tunnel mode then you can safely put breakpoints in the packet processing thread, suspend it, analyze individual packets without a risk to be disconnected.
  • Fixed Visual Studio 2015 compiler errors when building WinpkFilter NDIS 6.x Lightweight Filter drivers
19.11.20153.2.5
  • Fixed NDIS-hooking driver on Windows XP crash
  • Fixed issue with NDIS Lightweight Filter driver (driver bypassed some packets without analyzes in low memory resources state)
02.09.20153.2.4
  • Installer:
    • Windows XP Embedded installation fix (Embedded required NDIS IM driver to be present in WINDIR)
    • Silent installation support with /S switch
  • Internet Gateway sample:
    • Fixed packet multiplication issue caused by combination of Wireshark, loopback packet indications and single interface routing
  • Driver:
    • Built-in filters performance optimization
    • Adapter list change event fix (removed time gap between event and actual change of the list)
    • Possible memory leak issue fixed
    • INF file for LWF changed to bind below and above Ethernet bridge
    • Fixed incorrect field alignment in NDISHK_PACKET
    • Fixed NDIS 5.1 IM DriverVerifier crash
    • Fixed issue with network interface MTU configuration changes
06.10.20143.2.3
  • Fixed compatibility issue with WinGate
  • Added C# Filter sample
25.04.20143.2.0
  • Fixed compatibility issues (covers but not limited to) with Cisco AnyConnect VPN, Yes Go 4G USB modem, Vodafone/HUAWEI USB modems
  • Extended built-in filters:
    • Added counters for incoming/outgoing packets/bytes
    • Added TCP flags
15.06.20133.1.3
  • Changed approach to disable TCP task offload in NDIS LWF. Previous method had some known issues.
08.04.20133.1.2
  • Added Filter ID for the packets redirected by built-in filters
  • Updated C# samples
15.01.20133.1.1
  • Updated C# samples and interface header
  • Unload LWF driver hang problem fixed. As a side issue, this bug has also caused network lock with Windows Hardware Certification Kit on some systems
12.12.20123.1.0
  • LWF driver updated according to Windows 8 requirements
  • Added VLAN tagging 802.1Q
  • Added IPv6 support for built-in filters
  • Bugfixes:
    • Incorrect spinlock acquire in LWF driver
    • Adapter list changed event in LWF driver
22.02.20113.0.8
  • Added NDIS 6.0 LightWeight Filter driver to replace NDIS 5.1 IM driver for Windows Vista/7
28.08.20093.0.7
  • Bugfix for WinpkFilter NDIS IM driver on power state changes
18.06.20093.0.6
  • Bugfix for WinpkFilter NDIS IM driver (BSOD on restoring from Hibernate state on Windows Vista)
08.05.20093.0.5
  • Fixed compatibility issue with Kaspersky software
  • Added API for getting active WAN connections information
  • Added API for sending/receiving bulk of packets. This may seriously improve performance by reducing the number of user/kernel context switches.
27.01.20083.0.4
  • Compatibility fixes in WinpkFilter API DLL and drivers
  • x64 driver support for 32 bit code running in WOW64. This feature should be useful for developers whose development tools does not include x64 native compiler. An example, Delphi 32-bit application can work with WinpkFilter driver on Windows x64.
  • Added kernel level filters. You can load a filter table into WinpkFilter driver which defines rules for packet pass, block or redirect_and_process by your application. This may seriously improve performance.
  • Added C# API interface and samples
30.04.20073.0.2
  • Changes NDISAPI.DLL required for Windows Vista support
  • Installation scripts are updated to properly install drivers on Windows Vista
24.11.20053.0.1
  • Improvements/bugfixes in legacy Windows 9x/ME driver
  • Changed driver exported API structures
  • Visual Studio 2005 projects added for all C++ sample applications and NDISAPI.DLL
02.11.20053.0.0
  • Added Windows XP x64 and Windows Server 2003 x64 support
  • Extended NDISAPI.DLL
  • Several bugfixes
04.10.20042.4.1
  • Improved WinpkFilter support for some network interfaces (an example BUFFALO LPC4-CLX Fast Ethernet Adapter) under Windows 2000 and Millennium Edition
  • Added MS Visual Basic 6.0 samples
19.07.20042.4.0
  • Full compatibility with Windows XP SP2
  • Improved compatibility with other NDIS-hooking drivers
  • New event to be signaled on network interfaces configuration changes (disable/enable network connection, unplug/plug network interface)
  • New event to be signaled on WAN connection establishment/termination