I'd like to monitor network activity at transport level. No need for ethernet frames and other low level stuff. It looks that Microsoft-Windows-WFP and Microsoft-Pef-WFP-MessageProvider providers actually do the task. However I am not sure that PEF provider (part of MessageAnalyzer) is suitable for use by 3rd party software. Also, I couldn't neither find manifest for Microsoft-Windows-WFP provider nor get traffic from it.
The questions are:
- Are these providers intended for public use?
- Is it possible to use PEF provider directly without involving OPN and PEF infrastructure?
- If the providers above are not intended for public use, are there any other ETW providers that log network traffic?
TIA.