<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/trans/inspect/sys/inspect.c, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/network/trans/inspect/sys/inspect.c?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/trans/inspect/sys/inspect.c?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2022-03-31T16:11:14Z</updated>
<entry>
<title>[network\trans] ExAllocatePoolWithTag changing to ExAllocatePoolZero (#696)</title>
<updated>2022-03-31T16:11:14Z</updated>
<author>
<name>Elaine Houha</name>
<email>38798233+houha2@users.noreply.github.com</email>
</author>
<published>2022-03-31T16:11:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=a4335317df32e6e9d9dad38d8167fdc2d4d95640'/>
<id>urn:sha1:a4335317df32e6e9d9dad38d8167fdc2d4d95640</id>
<content type='text'>
* init commit more exallocatepoolwithtag to exallocatePoolZero

* CR comments

* Adds a define for downlevel support

* All flavors build Debug/Release Win32/x64, stmEdit.inf edited to fix build errors related to primative drivers

* Using recommend arch decoration

Co-authored-by: Elaine Houha &lt;elhouha@microsoft.com&gt;</content>
</entry>
<entry>
<title>Improvements to WFP Inspect Sample (#516)</title>
<updated>2021-01-22T20:16:49Z</updated>
<author>
<name>houha2</name>
<email>38798233+houha2@users.noreply.github.com</email>
</author>
<published>2021-01-22T20:16:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f9d9c5035a7ddfee600763965d412be5bf6b8059'/>
<id>urn:sha1:f9d9c5035a7ddfee600763965d412be5bf6b8059</id>
<content type='text'>
Changes a `NT_ASSERT` to match what the comment above is saying, the previous version caused a system crash if the packet was not inbound and had a auth decision made already. 
The comment
`         // Skip pended connections in the list, for which the auth decision is already taken.`
`         // They should not be for inbound connections.`
to my understanding means inbound connections should be ignored and ignore connections for which the auth decision was already made. The latter is checked by:
` if (packet-&gt;authConnectDecision == 0)` 
which keeps `found` equal to `FALSE` triggering the packet and list entry to be set to `NULL` here:
`if (!found)
         {
            listEntry = NULL;
            packet = NULL;
         }`

Change also updates the .sln and .vxproj  files so the sample compiles on VS2019 without any changes - addressing #366 

Co-authored-by: Elaine Houha &lt;elhouha@microsoft.com&gt;</content>
</entry>
<entry>
<title>Updated for "Windows 10 Anniversary Update" (Version 1607)</title>
<updated>2016-08-11T20:28:13Z</updated>
<author>
<name>karlf</name>
<email>karlf@microsoft.com</email>
</author>
<published>2016-08-11T20:28:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=96eb96dfb613e4c745db6bd1f53a92fe7e2290fc'/>
<id>urn:sha1:96eb96dfb613e4c745db6bd1f53a92fe7e2290fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial publish</title>
<updated>2015-03-18T02:50:07Z</updated>
<author>
<name>Dave Wilson</name>
<email>cdwilsonjr@gmail.com</email>
</author>
<published>2015-03-18T02:50:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=97cf5197cf5b882b2c689d8dc2b555f2edf8f418'/>
<id>urn:sha1:97cf5197cf5b882b2c689d8dc2b555f2edf8f418</id>
<content type='text'>
</content>
</entry>
</feed>
