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

Ethereal-dev: [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 10:18:05 -0600
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"
Please fix cvs,
Greg