Capturing packets with nodejs on windows

libpcap, node.js, pcap, winpcap

Solution

If you want something that's more cross-platform (e.g. compatible with Windows via WinPcap), I wrote `cap` awhile back: https://github.com/mscdex/cap

Problem

node.js v0.8.0 , XP / WIN7 (not Cygwin) google and found node_pcap ( https://github.com/mranney/node_pcap ) but it only support osx and linux. is there any module for windows? thanks. .

Original source