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

How to filter based on byte sequence.

0

I want to filter the frames which start with the sequence "55 55 55 55 55 55 55 D5 00 CE 00 01 00 08 00 CE 00 00 00 01 88 B5". How to achieve this?

asked 10 Sep '14, 00:21

Chetan%20Ragi's gravatar image

Chetan Ragi
11336
accept rate: 0%


One Answer:

1

frame[0:22] == 55:55:55:55:55:55:55:D5:00:CE:00:01:00:08:00:CE:00:00:00:01:88:B5

answered 10 Sep '14, 04:07

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%