First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Add an protocol into VOIP Call

Good Morning,

I'm looking for a way to add some packets on the VOIP call window,

I have a physical IP phone and a virtual phone, the virtual phone is located in a PBX, this virtual phone sends voice and informations with WebSocket to the computer of the user.

when I start a call from the computer to a physical phone it looks like : computer -> PBX -> physical phone

between the computer and the PBX the protocol is WebSocket and between the PBX and the physical phone it's using H.323

but when I make a trace of this call, in the VOIP call window, I only see : PBX->physical phone the part computer -> PBX is missing

I would like to add the part missing from the websocket into the voip call window with H.323 packet so that I can have the websocket and h323 protocol in the call schema when we click on stream sequence.

Somebody have an idea ? can I make a plugin or change the source code of wireshark ?

thank you

jona36's avatar
1
jona36
asked 2020-07-01 07:58:57 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Modify the code of ui/voip_calls.c and commit it back to us for inclusion into Wireshark.

Anders's avatar
5k
Anders
answered 2020-07-01 10:43:10 +0000
edit flag offensive 0 remove flag delete link

Comments

ok but where is this file ? I don't have any folder called ui or file called voip_calls.c... what can I do so ? I use Windows

jona36's avatar jona36 (2020-07-01 12:25:08 +0000) edit
Jaap's avatar Jaap (2020-07-01 15:00:32 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer