Ethereal-dev: Re: [Ethereal-dev] patch to packet-http.c (0.9.16) - support for ShoutCast's 'IC

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

From: Yaniv Kaul <ykaul@xxxxxxxxxxxx>
Date: Wed, 21 Jan 2004 11:26:48 +0200
In the lastest snapshot (20Jan04), there is a problem in config.nmake:

POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html

should be:

POD2MAN=pod2man
POD2HTML=pod2html



Guy Harris wrote:


On Jan 19, 2004, at 7:22 AM, Yaniv Kaul wrote:

Please see attached. It adds 'ICY' as a legitimate reply to HTTP GET request of Shoutcast clients.


Checked in.

Diff'ed against 0.916, the last Win32 build I was able to compile :-(


If you're using MSVC++:

Make sure you have all the relevant libraries, unpacked into the proper directories - see the "Compiling the Ethereal distribution from source" section of the current CVS version of "README.win32".

Also make sure you have an up-to-date version of "config.nmake" - if you've made your own changes to it, propagate those changes to the version from the latest source release or from the CVS version. (If you're going to be doing development, the CVS version is probably best; if you can't use anonymous CVS to get it, get one of the nightly tarballs.)

Then do a "nmake -f makefile.nmake distclean" before building.