Unable to decode as srtp packet
My dissector is not being called for SRTP packets when I try to call my dissector using decode as.
asked 2018-04-02 19:11:33 +0000
This post is a wiki. Anyone with karma >750 is welcome to improve it.
My dissector is not being called for SRTP packets when I try to call my dissector using decode as.
Try enabling rtp_udp
in enabled protocols. Somehow the conversation is not picked up.
I've a stream of srtp packets. And I've defined a dissector, lets say test which simply changes the protocol name in the column. When I export only the rtp packets and "decode as test", all the rtp packets now have protocol column name as "test", but if I export sdp packets along with rtp packets, When I try to run decode as test, the column name is not changing. I also tried binding the dissector to a port used by the rtp stream, but in presence of sdp packets, my dissector is not invoked.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-04-02 19:11:33 +0000
Seen: 1,055 times
Last updated: Apr 02 '18
how to invert two bytes in lua script dissector ?
How do I get and display packet data information at a specific byte from the first byte?
why protocol is not showing as HTTP even though we sent http request ?
Adjusting Bit order and Endianess in LUA between Dissectors
How do I add "child item" to an item in the subtree?
Use a UDP payload dissector depending on ip addresses
Reuse (part of) a Wireshark Dissector