node_pcap icon indicating copy to clipboard operation
node_pcap copied to clipboard

libpcap bindings for node

Results 104 node_pcap issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Error: The module './node_modules/pcap/build/Release/pcap_binding.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 64. This version of Node.js requires NODE_MODULE_VERSION 87. Please try re-compiling or re-installing I'm new to both...

I am working on a server handling ARP request for VIP usage. I am using node_pcap to capture and decode ARP packet. As I am using Typescript and I found...

The `UDP` object doesn't expose decoded `DNS` data if the `sport` or `dport` are 53. It just saves the data as `this.data`: ``` this.data = raw_packet.slice(offset, offset + (this.length -...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi, ``` var pcap = require('pcap') var pcapSession = pcap.createSession('en1', 'tcp port 2201 or 2202') pcapSession.on('packet', function (rawPacket) { var packet = pcap.decode.packet(rawPacket) console.log(packet) }) ``` Each packet from filter...

The last comment on #196 is "what about windows?", but there hasn't really been any motion there for a while, even though this seems to have been fixed on OSX...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Made changes to binding.gyp to include the various files on Windows/Linux/etc and edited some C++ source to allow compilation on Windows. Edited the README to cover a few build instructions...