mscdex / cap

A cross-platform binding for performing packet capturing with node.js
MIT License
360 stars 46 forks source link

promiscuous mode? #69

Open pratham2003 opened 6 years ago

pratham2003 commented 6 years ago

Is it possible to open a device in promiscuous mode?

mscdex commented 6 years ago

Currently network devices are always opened in promiscuous mode.

AlllenShen commented 5 years ago

Is it in promiscuous mode using winpcap? I captured tcp packets with a WLAN device, and result showed that there is no packet send to or from other devices. I'm using filter='tcp'. Is that right?