Is there a way to search for a pattern that is split across different packets?
I am searching for a byte pattern that can begin in the payload of one packet but spill over into the payload of the next packet. Is there a way to use Wireshark to search/filter for the pattern?
Are the packets part of a protocol that supports reassembly?
Are they recognized as being part of a stream where you could search the stream data:
Following Protocol Streams
Do you need to automate this process using tshark?
-z follow,prot,mode,filter[,range]