ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [ethereal-dev] How to handle compiler padding?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 6 Dec 1999 14:54:53 -0800 (PST)
> I guess after all this, the bottom line is "use pletoh[x] always for
> multibytes" 

Or, rather, "use 'pletoh[sl]()' for *little-endian* multi-byte quantities,
and 'pntoh[sl]()' for big-endian multi-byte quantities."