Matt Ranney

Results 35 comments of Matt Ranney

I really wanted node_pcap to decode packets using pure JavaScript, because I hope it makes packets and networking a lot more accessible to people that don't know C. That said,...

You can certainly decode them right now, which might sort of helps. There isn't a good way to send them yet. I'd like to expose `pcap_inject()`, but that needs a...

In the meantime, you can generate UDP probes using node's dgram support and watch for the ICMP to come back.

I've added support for linktype 12. Bummer about the UDP probes getting filtered. Support for pcap_inject is coming at some point.

I need someone to take over this project. A lot of people find it useful, but I don't have time to maintain it anymore.

Hi there. Thanks for the contribution. I've added you as a collaborator on this project. Feel free to merge as you see fit. Getting proper Windows support would be great...

Hi there. Thanks for the contribution. I've added you as a collaborator on this project. Feel free to continue development and merge as you see fit.

Hi there. Thanks for the contribution. I've added you as a collaborator on this project. Feel free to merge as you see fit. Getting proper Windows support would be great.

What's your npm username? I'll add you to the owner list so you can publish.

This example generates the expected output for me on both OSX and Linux, so I think this bug got fixed and some point. This is probably both the same problem...