Explanatory video on YouTube (French).
-
Download and extract the latest version from the releases tab.
-
Run Ethereal on Windows with
deno run --allow-read --unstable main.ts <trace.txt> [ > <output.txt> ]
or on Unix systems with
./deno run --allow-read --unstable main.ts <trace.txt> [ > <output.txt> ]
replacing <trace.txt>
with the name of the trace file.