cap icon indicating copy to clipboard operation
cap copied to clipboard

A cross-platform binding for performing packet capturing with node.js

Results 14 cap issues
Sort by recently updated
recently updated
newest added

Is it possible to open a device in promiscuous mode?

question

I am trying sniff web communication over my web, all works good, but I am not able read buffer: `console.log(buffer.toString('binary', ret.offset, ret.offset + datalen));` And response in console is: >...

question

There will be a module load issue if api-compatible mode is not checked while installing npcap on windows. I made a fix for it. What I do: 1. Add LoadNpcapDlls...

Hi, I use your package. Is there a way to check if npcap free or npcap OEM is installed on the machine (Windows) ? Thanks in advance, Deepika

question