Giter Site home page Giter Site logo

ets's Introduction

ETS

EtherType Statistics

I wanted to see the ratio between IPv4 and IPv6 on my computers and decided to write a litle ncurses based tool that does this, because 'IPtraf' was a bit overkill and besides that, I couldn't find one for my Mac.

Just compile it (or run one of the supplied binaries) and keep it running for a while in a terminal. You'll be surprised ;-)

build

Just do

gcc -Wall -o ets_osx ets.c -l pcap -l ncurses

(see makeit_imac2.sh), or add -lm for Linux.

Linux tip: you may need this first:

sudo apt install libncurses5-dev libpcap-dev

(and obviously gcc has to be present, the 'build-essential'-package will provide you with that)

run

Just do

sudo tcpdump -i en0 -p --immediate-mode -U -s14 -w - 2> /dev/null | ./ets_osx -

(see doit_imac2.sh) or the equivalent for your build and OS (in particular mind the interface you use in tcpdump).

screenshot

Alt text

misc

You may also like:

  • tshark -z hosts,ipv4,ipv6
  • tshark -qz io,phs
  • netstat -s (especially on OSX)

ets's People

Contributors

mdavids avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.