Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Re: [Ethereal-users] RTP Stream Analysis in .csv

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

From: "Lars Ruoff" <Lars.Ruoff@xxxxxxxxxx>
Date: Fri, 16 Jul 2004 17:13:44 +0200
Hello,

Yes, i understand the annoyance.
The problem is that we didn't hard-code the comma into the code, but the
comma sneeks in as the platform's decimal separator symbol via some locale
settings on your system (you wouldnt have that problem on an english
language environment, for example, where the decimal separator is '.').
I still don't know what system setting exactly is responsible.

@ethereal-dev:
There's another related problem, which i mentioned some time ago:
Float columns are not sorted properly, on systems with a comma as decimal
separator, as apparently atof() expects a comma, while g_snprintf generates
a dot.
Well, on my system that is! In fact this is kind of the opposite behaviour
of what Alois Hellmaier experiences, since i don't have the comma in the
output (although i have a French Windows XP install).
Alois, i think the float values in the column dialog box are comma-separated
on your system, right?
Does the sorting work for those columns?
Could you report us your Windows region/language settings, please?

Anyway, there seems to be a problem with localization issues between glib
and the c-stdlib, at least on Win32.
As i'm not at all familar with these locale/internationalization issues, i
would be glad if others could make comments on how to solve this problem.

Lars Ruoff


----- Original Message ----- 
From: "Heilmaier, Alois" <ahei@xxxxxx>
To: <ethereal-users@xxxxxxxxxxxx>
Sent: Friday, July 16, 2004 4:13 PM
Subject: [Ethereal-users] RTP Stream Analysis in .csv


> Hello,
>
> I do have ethereal version 0.10.5 on Windows 2000.
> When I export the rtp-stream analysis in .csv format, the problem will be
> the seperators.
> E.g. jittervalue is 0,04 ms so in the value is a separator. One column has
> value "0" the next column has value "04".
> It would be better to use a semicolon as seperator, so my
spreadsheetprogram
> (excell or openoffice) can list the correct values in a column.
>
> Do others have the same problem, or any solution ?
>
>
> Regards
> Alois
>
>
>
>
>


----------------------------------------------------------------------------
----


> _______________________________________________
> Ethereal-users mailing list
> Ethereal-users@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-users
>