Jmaxxz

Results 33 comments of Jmaxxz

As part of the work i was doing earlier this year I was attempting to remove all of these console logs. Unfortunately a bit of life has happened since then...

can you provide me a link to your work?

I don't know. I was thinking it would be string, as I don't know how a decoder would have more than one error. Though I have not thought about it...

https://github.com/mranney/node_pcap/blob/master/spec/ipv6headers/no_next.spec.js#L24 Is the first version of this idea.

@Domiii I can not say for sure that this will work at this time. But it sounds like something which we should at least look at.

Successfully building on both 0.11 and 0.12 in CI environment node 0.11.16: https://travis-ci.org/jmaxxz/node_pcap/jobs/51467642 node 0.12.0 : https://travis-ci.org/jmaxxz/node_pcap/jobs/51467641 Try this: ``` Bash git clone [email protected]:mranney/node_pcap.git cd node_pcap npm install ```

Ok try the http endpoint instead ``` bash git clone https://github.com/mranney/node_pcap.git cd node_pcap npm install ```

And you have libpcap w/headers installed? ``` bash sudo apt-get install libpcap-dev ```

Well, I am just about out of ideas. Will let you know if I think of anything else.

What if you mkdir that manually?