Ethereal

[ethereal-dev] That proto_tree patch and linux
Google
 
Web Ethereal.com

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

Ethereal-dev: July 1999


Sorry folks; I tested my proto_tree patch on solaris only. To make it
compile on linux, please add the following lines to the top of proto.h:

#ifdef HAVE_SYS_TIME_H
 #ifndef _SYS_TIME_H
  #include <sys/time.h>
 #endif
#endif

(this assumes that proto.h is included in a *.c file _after_ "config.h"
is included. This assumption is correct for ethereal)

thanks,

--gilbert



Powered by MHonArc 2.6.10