Comment # 5
on bug 12500
from Guy Harris
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.