-
Notifications
You must be signed in to change notification settings - Fork 187
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
How Not to capture RTP packets in SNGREP #486
Comments
The default behaviour is to not capture RTP. It will only capture RTP if you started it with the '-r' option (or enabled it in the configuration file.) |
@Kaian I have one more doubt do we have any option in sngrep not to capture packets from particular IP and port let's say i don't want to capture packet flowing from particular ip and port (host 192.168.151.144 and port 9840) . in sngrep i could see we can filter particular ip and port but not to exclude them |
You should be able to use standard BPF filter syntax e.g. NOT host 1.2.3.4 and NOT port 123 (Plenty of references on the Internet e.g. https://biot.com/capstats/bpf.html) |
Hi @Kaian do we have any option in sngrep to not capture RTP packets and only capture SIP packets to reduce high CPU utilization.
The text was updated successfully, but these errors were encountered: