I am on Windows 11 and there
pktmon start -c -m real-mode
Error: 'real-mode' is not a valid argument to parameter '-m'. See pktmon --log-mode help
does not work. It should be
pktmon start -c --log-mode real-time
As far as I can see it only supports real time ETW consumers. It would be great if it could also consume ETL files which could contain other providers for analysis in WPA to join both worlds.
I am on Windows 11 and there
does not work. It should be
pktmon start -c --log-mode real-timeAs far as I can see it only supports real time ETW consumers. It would be great if it could also consume ETL files which could contain other providers for analysis in WPA to join both worlds.