Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 612 Bytes

Ethereal

Project banner

An Ethernet frame analyser by Kamil Szczerba and Emmanuel Ajuelos

Explanatory video on YouTube (French).

  1. Download and extract the latest version from the releases tab.

  2. 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.