Click here to Skip to main content
16,015,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Windows Filtering Platform[^]

Hi! I am working on stream layer and adding the filter at FWP_ACTION_CALLOUT_UNKNOWN callout. At stream layer callout driver works on DISPATCH_LEVEL so whenever I try to create a file I got the BSOD[^] at dispatch level because file handling works on PASSIVE_LEVEL.
So I would like to store layered data or packet data of stream layer in to a file .
The problem are the readfile and writefile functions when called on PASSIVE_LEVEL[^].
I cannot use these funtions.

So could you suggest how I should write layer data of STREAM_LAYER[^] into a file.

Please help me out!

Thank you!
Posted
Updated 10-Jul-12 1:11am
v4
Comments
Manfred Rudolf Bihy 10-Jul-12 7:12am    
Removed shouting and added proper capitalization, links and some grammar fixes.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900