-
Notifications
You must be signed in to change notification settings - Fork 402
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
Consider SIP callflow #139
Comments
hi @rafapcarvalho - I'll investigate! |
sip calflow can be view with another already existing tool; sngrep |
@rakotomandimby In this case, the proposal would be not to go to another tool. Something similar to what termshark gives us, since now I no longer need to download the file from a server to my personal machine to analyze a trace. |
I really think we should leverage the use of existing. I work in the callcenter field and sngrerp does a really good job. May I suggest you try it, take a look at the codebase used to achieve that and you might conclude it is not worth it to start another work from scratch. I am not saying rewiting will result in same amount of code. |
ok! thanks. |
Hi @rakotomandimby and @rafapcarvalho - I didn't know about sngrep - I tried it out and it's very nice! I agree with your opinion that it would be better to use it directly. Maybe termshark could loosely integrate with it. Something like
Do you think that would provide extra value? I don't think it would be a lot of work on the termshark side of things. (The termshark log viewer works similarly - it just launches a gowid terminal widget within termshark and opens the log file with the user's pager) |
@gcla In my opinion, it provide extra value. |
Is your feature request related to a problem? Please describe.
It's not a problem
Describe the solution you'd like
Would it be possible to add a callflow for traffic analysis in SIP?
Something like callflow, (example view) would be very interesting for analyzing SIP traffic. With thermShark I can analyze a lot without having to download pcap to my personal computer. However, in some cases it is important to see the callflow to complement the analysis. In this case I cannot leave the file on the server, being forced to download the pcap.
Describe alternatives you've considered
Something like callflow, (example view) would be very interesting for analyzing SIP traffic.
Additional context
wireshark example:
The text was updated successfully, but these errors were encountered: