0

I am trying to convert a pktmon.etl logs to pcapng with below command:

pktmon pcapng pktmon.etl capture.pcapng

I am getting the below error:

unknown command pcapng. see pktmon help

Any suggestions why am I getting this error?

KazikM
  • 215
  • 1
  • 3
  • 11

1 Answers1

1

You need the etl2pcapng.exe executable: https://github.com/microsoft/etl2pcapng

PSfan
  • 11
  • 1