Is it possible to "Copy as Hex Stream" for the whole capture?
I would like to get the data out of a capture in the Hex Stream format? I know I can right click and select 'Copy' and then 'as a Hex Stream' for each packet. Is there a method to apply function this to the entire file at once?
Just concatenate the raw octets of all packets, without regard to packet boundaries, into one giant sequence of octets, and then dump that out in hex?
What's the use case for that (including the "without regard to packet boundaries" part!)?