pcap.js Packet manipulation library for Node.js Set capture privileges for Node.js: sudo setcap cap_net_raw,cap_net_admin+eip $(eval readlink -f `which node`) or chown root $(eval readlink -f `which node`) && chmod u+s $(eval readlink -f `which node`) npm install License GNU General Public License v3.0