PKeidel / byteanalyzer

Analyze bytestreams like network packages captured by wireshark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Byteanalyzer

This project is for some basic encoding of hex streams and to visualize them.

Supported package types

  • DNS

Get data

  1. Start wireshark, filter for 'dns' and copy the dns content as hex stream. wireshark

  2. Paste the string into the textfield on the page byteanalyzer

Project setup

npm install
npm run serve # for dev
npm run build # prod build

About

Analyze bytestreams like network packages captured by wireshark


Languages

Language:Vue 86.2%Language:JavaScript 11.1%Language:HTML 2.7%