Hi all, I wonder what's the best choice to represent CRC32 little-endian checksum? Should It be represented "as is"(exactly how it goes on wire) or I should flip it to show it in correct number form. Example: I have valid crc32 for some data: 0x01020304, it represented in pcap file as 0x04030201. Should I flip it to show it to user or it's better to keep it as is?
Best regards, Anton
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
