Ask Your Question

Revision history [back]

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.