How can I find the second and subsequent occurrences of a string in a packet?
e.g. the string "message" occurs multiple times within multiple packets in a capture. But when I use the Find Next function it skips the 2nd and subsequent occurrences of the string in a specific packet and instead skips to the next packet that contains the string.
Can you explain more how this would be used?
There is a "Find:" box when Following Protocol Streams. Would that work?
Or does the “Packet Bytes” Pane need it's own search function either in a "Find:" box or on the context pop-up menu?
I'm examining 5G logs and need to find specific parameters that may appear in multiple messages. Often its HTTP2 messaging between multiple network functions. Multiple streams are involved.