Wireshark-dev: [Wireshark-dev] network byte order
From: Brian Oleksa <oleksab@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 05 May 2011 14:39:05 -0400

Most network traffic is in network byte order and uses Big-Endian.

I am trying to dissect a packet that uses Little-Endian.

Before I write my own "bit decoder"...is there any built in functions that will "convert" Little-Endian to Big-Endian for me..??

Thanks,
Brian