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

Open PCAP and Listen to UDP Port #496

Open
pksml85 opened this issue Jul 29, 2024 · 0 comments
Open

Open PCAP and Listen to UDP Port #496

pksml85 opened this issue Jul 29, 2024 · 0 comments

Comments

@pksml85
Copy link

pksml85 commented Jul 29, 2024

From: #494 (comment)

Could it be possible to open a PCAP file (doing EEP parsing) AND listen to a UDP port?

Looks like you can read from a file and capture HEP from a network device (p.e.: sngrep -E -I file -d device), but it doesn't allow reading from a file and starting HEP Listener mode (p.e.: sngrep -E -I file -L udp:127.0.0.1:9060). Maybe it's something not to hard to enable, but I should be discussed in another feature-request issue.

When loading a PCAP file, sngrep says it's in offline mode, even if you ask it to listen to a UDP port. I would find it very useful to be able to do EEP parsing on my PCAP file AND continue to monitor EEP messages from my PBX.

I've had sngrep open long-term and it's consuming several GB of RAM. But if I could open a PCAP file and still listen for new EEP messages, I believe it would require much less RAM and I would find it more useful and helpful.

Thanks!

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

No branches or pull requests

1 participant