-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
--port filter seems do not change anyting it is still capturing packets from all ports #384
Comments
seems |
Only when pcapng mode(aka pcapng mode usage ./ecapture -tls -w 1.pcapng -i ens33 --port 5601 |
I just tried
And it do not writes traffic on port 5061, but it does writes traffic for 443 port... when I do run I see traffic on both ports 443 and 5061 |
Did you forget to include the ./ecapture tls -w 1.pcapng -i ens192 --port 5061 If it still doesn't work properly, you can modify it and recompile it yourself. However, I believe there is no need to compile it on your own for it to function normally. Line 52 in e1cd6c7
|
By the way, if you are using |
Aah, if I do not put Correct? I just tried:
and it captured nothing... |
Ahh, I just noticed this your comment. let me try to recompile it and report back |
ping... Has your issue been resolved? |
Hi! Sorry, I didn't had time to recompile with port 5061, I will try to do it during this week. Thank you! |
Hi @cfc4n! It worked after recompiling. I can see packets on port 5061, when I compile with:
Any plans to make Thank you again for your help and have a good day! |
Hmm, I will debug this issue in the near future. |
Describe the bug
--port filter seems do not change anything it is still capturing packets from all ports
To Reproduce
Steps to reproduce the behavior:
./ecapture tls --port 443
and expect only traffic to be seen on port 443.Expected behavior
I would expect to see only traffic on provided port, 443 in this example
Screenshots
Linux Server/Android (please complete the following information):
make env
to get the environment variables] - N/A (I used pre-compiled ecapture)The text was updated successfully, but these errors were encountered: