This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

display filter for diameter protocol.

0

i want to use display filter for diameter protocol for some values..

when i set display filter for "diameter.hopbyhopId=4545655567" its a success..

but when i use display filter on session Id 'diameter.Session-Id == aaa://10.34.77.63:4876;1328783436;1"

its shows segmentation fault.. but its the same value as shown by wireshark how to apply this..

help!

thanks

asked 09 Feb '12, 02:50

Sanny_D's gravatar image

Sanny_D
0182021
accept rate: 50%


One Answer:

0

Use the latest Wireshark version 1.6.5. If that doesn't work file a full bug report at bugs.wireshark.org.

answered 09 Feb '12, 02:58

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

when i use the string

"diameter.avp.session_id" as display filter in windows wireshark.. it works fine

but when i use it in my code

rrfilter="diameter.avp.session_id" then try to compile it using dfilter_compile()

its shows segmentation fault..

why so? any idea?

(09 Feb '12, 03:37) Sanny_D

I've converted your "answer" to a comment, please read the FAQ on how to use the site.

Can you also please indicate in your questions that you are using the Wireshark dissection engine in your own code and that the question isn't related to general use of Wireshark as a whole.

(09 Feb '12, 05:10) grahamb ♦