I am looking at a packet capture in Wireshark and try to export the data from a packet.
In Wireshark, it looks like this:
46 a5 e2 fb bd 69 ...
Then, after downloading, hexdump shows:
a5 46 fb e2 69 bd ...
The byte order has changed.
Why does this happen, and how can I simply export the data to a file as is? (I just used "Export selected packet bytes...").