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 |
One Answer:
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 ♦ |
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?
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.