How to filter by array index using dissectors?
I have defined the message structures using dissectors, Added fdesc,wsgd files. I'm able to decode packets using dissectors and filter individual values. eg Protocol.msgName==100. However, I want to filter by array elements. For example, If the message contains an array named MCC, I should be able to filter like this Protocol.MCC[0]==2.
From your comments you're using WSGD for your dissector, support for that is over there.
If by
filter
you meandisplay filter
and ifarray elements
is a multi-occurrence field, then check here:Can I limit the display filter to an specific occurrence
(Issues have moved from Bugzilla to Gitlab: #3791, #10379