View Single Post
  #3  
Old 05-09-2002, 07:49 PM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

the byte order is different on the Mac Processors. It seems Intel type processors are small endian, while the rest of the computing world is big endian. Without someone porting the packet structures to be universal in the packing the byte order, it wont run on anything but intel.

I have a sparc/linux box Im waiting to run it on, but no idea how to redo it myself so it will.
Reply With Quote