Create Custom Statistics Output

asked 2018-06-22 21:36:34 +0000

fischerdouglas gravatar image

updated 2018-06-25 23:39:29 +0000

grahamb gravatar image

I'm working on a project that is intended to analyse all the broadcast packets(Ex.: ARP, ND.) on Internet Exchange Points and create statistics of it.

Up to now I already have some usable code in bash. Using the output of "tshark -r" with some display filters, and abusing of pipeling in bash with sort, uniq, cut, awk...

But I'm Imagining that I'm rediscovering th wheel.

I possible to do some custom statistics outputs? For example count how many ARP packets were sent searching for any IP address?

edit retag flag offensive close merge delete