Ethereal

Re: [Ethereal-users] TCP checksum problems...
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-users: June 2001


> I'm building Ethereal 0.8.18 sources on MIPS/IRIX.

32-bit or 64-bit?

If it's 64-bit, try changing

	union {
		guint16 s[2];
		long	l;
	} l_util;

in "in_cksum.c" to

	union {
		guint16 s[2];
		guint32	l;
	} l_util;

(I'm assuming IRIX on 64-bit MIPS platforms is LP64) and see if that
helps.



Powered by MHonArc 2.6.10