Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get this thing to work #10

Open
siddjain opened this issue Jan 21, 2016 · 2 comments
Open

Cannot get this thing to work #10

siddjain opened this issue Jan 21, 2016 · 2 comments

Comments

@siddjain
Copy link

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 just gives a message Listening on en5. I have verified that en5 is the correct interface on my mac (thunderbolt ethernet port)

How can I troubleshoot/fix this?
Does tcp in filter cause it to capture http traffic?
I am interested in tracing http traffic. With port 80 I expect it to capture all internet traffic crossing my machine

@siddjain
Copy link
Author

Note to myself. To install run:

npm -g install http_trace

Program gets installed in /usr/local/lib/node_modules/http_trace on mac

@mranney
Copy link
Owner

mranney commented Mar 16, 2016

Also note that this seems like a node 0.10 vs. 0.12 issue. The http_parser API probably only works on 0.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants