Ethereal-dev: Re: [Ethereal-dev] fix for errors and a warning in MSVC build process

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: Tue, 18 Nov 2003 11:54:15 -0800

On Nov 18, 2003, at 10:33 AM, Lars Roland wrote:

fix for makefiles in /plugins

Checked in.

 and /plugins/rdm

Ulf Lamping has already checked in that fix.

removal of second entry of col_set_fence() in plugin api

Ulf had checked that fix in as well, but the second "col_set_fence()" that I added was the one that should've been removed - I put the first one back and removed the second one.

necessary ifdefs for sdp dissector includes

Ulf had already done that.

fix for a warning in packet-tcp.c

Checked in (that might have been a real bug, as the "th_win" value might be scaled and thus might not fit in 16 bits).