-->
Page 1 of 1

monitoring ip and ports

PostPosted: Sat Feb 24, 2018 4:31 pm
by megla
Ok I have been searching for a while (here, reddit, google, etc) for a simple way to capture the ip addresses and ports used in my home wifi. Ideally I want to capture wireshark style, then filter by port 80 and 443, then put those ip addresses in an array. Every couple of minutes send a summary of that array to a webserver.

I can't find anything that I can modify easily to capture just the src and dst ip addresses and then filter by port.

Any suggestions?