ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Re: [Ethereal-cvs] r11396 - trunk/gtk: trunk/gtk/Makefile.com

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 18 Jul 2004 12:05:31 -0700
On Sun, Jul 18, 2004 at 08:59:00PM +0200, Ulf Lamping wrote:
> BTW: are there other huge changes planned in the near future?

You mean other than Gilbert moving all the dissectors? :-)

I don't plan any huge changes in the immediate future, but just because
I (or somebody else) doesn't plan one doesn't mean they won't find that
one is needed.

> As my SuSE 
> box is not working with a synchronized copy of the windows sources (as 
> somethings seemed to change in the file format),

"File format" as in "LF vs. CR-LF at the ends of lines"?

If so, yes, it changed.  I set the end-of-line format to "native" for
all the text files, so that, on UN*X, files will be checked out with LF
at the ends of lines and, on Windows, they'll be checked otu with CR-LF
at the ends of lines, so that a checkin from Windows won't cause the
files to have CR-LF at the end even on UN*X (a recent checkin appeared
to do that, which is why I changed the format).