Ask Your Question

Revision history [back]

How can I make display filter condition to the same datagram?

If I use the filter expression ecat.cmd == BRD && ecat.reg.alstatus == 0x0008

Maybe it is possible by using Lua script?

How can I make display filter condition to the same datagram?

If I use the filter expression ecat.cmd == BRD && ecat.reg.alstatus == 0x0008

Maybe it is possible by using Lua script?

How can I make display filter condition conditions to the same datagram?

If I use the filter expression ecat.cmd == BRD && ecat.reg.alstatus ecat.data == 0x0008

0c:00 the wireshark will show the frames in which there is a datagram with BRD command and a datagram with data 0c:00 but these two conditions not necessary true for the same datagram. How can I filter the frames where there is datagram whereat both conditions are true? I know the ecat.sub1, ecat.sub2, ... fields but I do not know the exact position of the datagram in the frame. Maybe it is possible by using Lua script?