Ethereal-dev: Re: [Ethereal-dev] Bad offset in capture_arcnet?

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

From: Peter Fales <psfales@xxxxxxxxxx>
Date: Thu, 18 Dec 2003 22:07:42 -0600
Thanks!  Here's another one for you...

Somewhere between 0.9.15 and 0.10.0, packet-tacacs.c started using
the typedef u_char.   This broke our build on Irix 6.2.   I fixed
it by #including sys/bsd_types.h for or Irix build.  But, since no
other .c files reference this type, perhaps it would be better to
recode packet-tacacs.c so that it doesn't use it either.

-- 
Peter Fales			  Lucent Technologies, Room 1C-436
N9IYJ            		  2000 N Naperville Rd PO Box 3033
internet: psfales@xxxxxxxxxx	  Naperville, IL 60566-7033
			 	  work:	(630) 979-8031

On Thu, Dec 18, 2003 at 05:24:39PM -0800, Guy Harris wrote:
> 
> On Dec 18, 2003, at 1:46 PM, Peter Fales wrote:
> 
> >I believe the intent is that linux (which sets
> >has_offset to TRUE) has an extra two-byte offset field at the beginning
> >of the packet, so the protocol ID byte is at offset 4.
> 
> Yes.  I've checked in your change.