Skip to content

klavinski/ethereal

Repository files navigation

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.

About

Ethernet frame analyser

Resources

Stars

Watchers

Forks

Packages

No packages published