Small tool to dump packets according to the originated PID. This is heavily inspired by nethogs [https://github.com/raboof/nethogs] So everything should be put under GPLv3 (TODO)
By default eth0 will be used with capture filter "ip" : sudo cleanpcap
Changin capture interface : sudo cleanpcap wlan0
Changing capture filter (Interface must be specified in that case) sudo cleanpcap eth0 "not port 53"
libpcap-dev or libpcap-devel (for packet sniffing only)