ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Can't compile Ethereal from current CVS on Windows.

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

From: "Greg Morris" <GMORRIS@xxxxxxxxxx>
Date: Mon, 25 Aug 2003 16:05:43 -0600
Because it wouldn't compile. The compiler complaned about the lines
 
typedef int (*addr_dissect_h225_TransportAddress) (tvbuff_t *, int, packet_info *, proto_tree *);
typedef int (*addr_dissect_h245_NonStandardParameter) (tvbuff_t *, int, packet_info *, proto_tree *);
In the Xplugin_table.h file. This was even after a nmake -f makefile.nmake clean. I even went into the plugins directory and did the nmake -f makefile.nmake xyxxy with no luck. Adding these includes resolved the problem.
 
Greg

>>> Andreas Sikkema <ramdyne@xxxxxxxxx> 8/25/2003 3:55:44 PM >>>
Greg Morris wrote:

> #include "packet-per.h"
> #include "packet-h225.h"
> #include "packet-h245.h"

Why add h225 and h245 to plugin interface?

--
Andreas Sikkema

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev