http_trace icon indicating copy to clipboard operation
http_trace copied to clipboard

Live HTTP and WebSocket packet capture and protocol decoding

Results 7 http_trace issues
Sort by recently updated
recently updated
newest added

I cannot get this thing to work. I run it like this: ``` sudo http_trace -i en5 -f "tcp port 80" ``` but it does not capture any trace. It...

songworld$ sudo npm -g install https://github.com/mranney/http_trace.git Password: /usr/local/bin/http_trace -> /usr/local/lib/node_modules/http_trace/http_trace > [email protected] install /usr/local/lib/node_modules/http_trace/node_modules/socketwatcher > node-gyp rebuild CXX(target) Release/obj.target/socketwatcher/socket_watcher.o In file included from ../socket_watcher.cpp:5: In file included from ../socket_watcher.hpp:8: In...

This project does not seem to work with the latest versions of NodeJS (I'm running 0.12.1). The problem seems to be related to the native `HTTPParser` module in NodeJS: `var...

### mranney/http_trace now has a Chat Room on Gitter @mranney has just created a chat room. You can visit it here: [https://gitter.im/mranney/http_trace](https://gitter.im/mranney/http_trace?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

screenshot in README is down

Hi, I updated node_pcap with the master branch (previously I used the dependency provided by npm). Can you please update the wiki and example? http_trace example doesn't seem to work...