Wireshark-commits: Re: [Wireshark-commits] rev 20484: /trunk/epan/dissectors/ /trunk/epan/dissector

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 18 Jan 2007 16:23:28 -0800
On Jan 18, 2007, at 10:41 AM, guy@xxxxxxxxxxxxx wrote:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20484

User: guy
Date: 2007/01/18 06:41 PM

Log:
 guint32 requires %[doxu], not %l[doxu].  (We don't support ILP16
 platforms, just ILP32, LP64, and LLP64.)
ILP16 isn't what I meant, but I don't know *what* you'd call, say, a  
PDP-11 in that naming scheme.  (16-bit ints, 32-bit longs, 16-bit  
pointers.)  L32?  Some 68k environments had 16-bit ints and 32-bit  
longs and pointers, which I guess would be LP32.
In any case, we don't support those.