-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input ETL file does not contain an ndiscap packet capture. #77
Comments
Hello again, the symptom only appears, when I trace with netsh with the parameter Any idea how they differ internally format-wise? Enjoy your day |
I'm having the same issue, however, I used the Powershell NetEventPacketCapture interface to create the .etl. |
I also have the same issue: etl2pcapng.exe nettrace.etl nettraceout.pcapng I collected the trace with this command Thanks. |
Same problem here. I collect the trace like: netsh trace start capture=yes report=no persistent=no traceFile=C:\temp\captura.etl etl2pcapng.exe captura.etl captura.pcapng |
Hi,
as the title suggests, analogue to #40 I have a very similar issue.
I captured about 3MB of Packet-Data in an ETL-file via:
netsh trace start capture=yes tracefile=D:\temp\Netcaps\foobar-2024-02-02-11-40.etl maxsize=4 filemode=single
and
netsh trace stop
about 20minutes later. (yeah, I know, not much traffic :P)
When I try to:
etl2pcapng.exe D:\temp\Netcaps\foobar-2024-02-02-11-40.etl
or
etl2pcapng.exe D:\temp\Netcaps\foobar-2024-02-02-11-40.etl D:\temp\Netcaps\foobar-2024-02-02-11-40.pcapng
I get the error message
"Input ETL file does not contain an ndiscap packet capture."
etl2pcapng.exe worked with other captures I did.
Can anyone explain the issue to me? Or has any other suggestions?
Thanks for the tool. Normally it works wonderfully.
Greetings
JNE
The text was updated successfully, but these errors were encountered: