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

Wireshark-bugs: [Wireshark-bugs] [Bug 12500] capinfos: mixed decimal marks in table output

Date: Thu, 09 Jun 2016 01:16:15 +0000

Comment # 5 on bug 12500 from
OK, the code on the master branch should now use the locale's decimal separator
when printing times as seconds-and-fraction:

$ ./capinfos -T -m -M -a -e -y ~/captures/dhcp-crap.pcap
File name,Start time,End time,Data byte rate (bytes/sec)
/Users/gharris/captures/dhcp-crap.pcap,1999-05-19 17:48:39.708517,1999-05-19
17:49:40.951473,164.00
$ LANG=de_DE ./capinfos -T -m -M -a -e -y ~/captures/dhcp-crap.pcap
File name,Start time,End time,Data byte rate (bytes/sec)
/Users/gharris/captures/dhcp-crap.pcap,1999-05-19 17:48:39,708517,1999-05-19
17:49:40,951473,164,00

so that should address the second problem.


You are receiving this mail because:
  • You are watching all bug changes.