Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] (possible) Packet Fence Patch for CVS

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

From: Paul Schulz <pschulz@xxxxxxxxxxxxxxxxx>
Date: Mon, 12 Mar 2001 23:18:19 +1030
Greetings,

If I apply the packet fence patch for 0.8.12
(pf.1.1-ethereal.0.8.13.patch)
to the current CVS version of ethereal (which works!) I then get the 
following compile error (with fix below)...

gcc -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../wiretap -I../epan -I/usr/local/include  -Wall -g -O2 -I.. -I../wiretap -I../epan -I/usr/local/include -I/usr/lib/glib/include -I/usr/X11R6/include -c packet_fence.c
packet_fence.c:102: dfilter.h: No such file or directory
make[2]: *** [packet_fence.o] Error 1
make[2]: Leaving directory `/oldmars/pschulz/src/ethereal/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/oldmars/pschulz/src/ethereal'
make: *** [all-recursive-am] Error 2

This is fixed by adding thr option '-I./epan/dfilter', manually compiling
this file, and then doing a global make.

My question is where do I add this in the 'Makefile.in' scheme of things?
[If I can do this, I can produce a new packet fence patch.]

Paul
--
Paul Schulz, pschulz@xxxxxxxxxxxxxx
Foursticks Systems Pty Ltd, http://www.foursticks.com
2/259 Glen Osmond Road, FREWVILLE South Australia 5063
Phone +61 8 8338 5500, Fax +61 8 8338 5511, Mob +61 401 981 301