summaryrefslogtreecommitdiff
path: root/network/trans/WFPSampler/syslib
AgeCommit message (Collapse)Author
2026-02-03removed the space after newline which seems to be bug in c++ 23 not in samplespc_loadletter_0302Prashant Chahar
2025-04-01Fixes Linker Error for the WFP Samples (#1281)Elaine Houha
removes inline Co-authored-by: Elaine Houha <[email protected]>
2024-04-04[network/trans/WFPSampler] Fix to build for all flavors (#1149)Keith Horton
2024-03-14Revert "Fixing the WFP Sampler build"Keith Horton
This reverts commit 362c44aef8e9046f21a4c653ed582110765294dc.
2024-03-13Fixing the WFP Sampler buildKeith Horton
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2024-02-22Add ARM64 support on remaining network samples. (#1125)Adonais Romero González
* Added ARM64 as a new project configuration in both Debug and Release modes. * Set up properties for the ARM64 platform, including target version, debug libraries, driver target platform, driver type, and platform toolset. * Included additional dependencies for the ARM64 build. * Added ARM64 to the list of platforms for which the mux.dll file is packaged. * Remove /CETCOMPAT as it's not compatible with ARM64
2024-02-13Part 2: WfpSampler now compiles on both EWDKs (#1108)Elaine Houha
* compiles on both EWDKs needed for all 5 Samples * fixes the debug build which broke during merge conflict resolution * Update exclusions.csv --------- Co-authored-by: Elaine Houha <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-02-05Updating the Windows Filtering Platform Samples to compile correctly on ↵Elaine Houha
VS2022 (#1089) * ddproxy compiles on VS2022 * inspect compiles on VS2022 * stmEdit compiles on VS2022 * sampler compiles on VS2022 * changes some encodings and updates the stmedit version * restores the vcxproj * more vcxproj fixes * ddproxy inf * stmedit vcxproj pt2 * stmd sln * Update exclusions.csv * all but one flavor compiles on NI EWDK * found a bug in an assert * Builds clean for all drivers except WfpSampler on both WDK 17.1.5 and 17.8.2, WFPSampler changes get it to build on WDK 17.1.5 but there are still issues with 17.8.2 --------- Co-authored-by: Elaine Houha <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2022-05-01bug fix: updating UINT8 to UINT32 to correct wrong type comparison (#709)brandyking
2022-02-01Merge pull request #624 from houha2/updateDriversSHAtobafo19
Update driver signing to SHA256
2021-05-28updated driver signing to SHA256Elaine Houha
2021-01-22WFPSampler: Replaces ExAllocatePoolWithTag to ExAllocatePoolZero (#490)houha2
* replaces ExAllocatePoolWithTag to ExAllocatePoolZero * adds marco for downlevel support * removes unneeded change * changes comment to reflect new API usage * fixes alignment issues * changes spacing Co-authored-by: Elaine Houha <[email protected]>
2019-08-26Fix potential deadlock due to unregistering callouts during a PowerState ↵79745DHarper89936
callback (#408) Moves the unregister of callouts into a workitem routine. Additionally fixed an issue which could potentially leak an IOWorkItem
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2016-02-29Revised Version of WFP SamplerAdam Shapiro
Revised WFP Sampler
2015-07-29Samples update for public Windows 10 releaseJ M Rossy
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors Fix #4 Add back fixed KMDOD sample Add new BarcodeScanner sample in pos folder Add new MagneticStripeReader sample in pos folder Add new SynpaticsTouch sample in input folder Add new Power Engine Plugin sample in pofx folder Add new DeviceMft sample in avstream folder Add new AvsCamera sample in root Add new SimBatt sample in root Add other pre-existing samples not yet released for Win10