|
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 <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev |
- [Ethereal-dev] Can't compile Ethereal from current CVS on ... Greg Morris
- Re: [Ethereal-dev] Can't compile Ethereal from curren... Andreas Sikkema
- Re: [Ethereal-dev] Can't compile Ethereal from curren... Andreas Sikkema
- Re: [Ethereal-dev] Can't compile Ethereal from curren... Andreas Sikkema
- Greg Morris
