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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 25 Aug 2003 14:37:19 -0700

On Monday, August 25, 2003, at 9:18 AM, Greg Morris wrote:

To successfully compile I had to add the following lines to both the /epan/plugins.c and /plugins/plugin_api.h files.
 
#include "packet-per.h"
#include "packet-h225.h"
#include "packet-h245.h"

Checked in.  (Hopefully they've been added in the right places.)