I used the following filter in wirehark to find packets containing these bytes:
frame contains "\x03\x00\x0e\xa8"
but when I see the result of this filter, it displays over 1k packets that do not even contain these bytes. For example, it even displays the following ethernet packet:
00219ba0610678e7d1c625f40800450000282a0340008006cd88c0a87801d43af65f059e00503bac54cf9f17722a5010ffff04e50000
Nowhere are these bytes contained in this packet. Similarly, there are several other packets that are displayed, while in fact there are only two packets containing these bytes, which are also displayed. Can someone tell me what the problem is? any help would be greatly appreciated. thanks
mezda source share