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

Wireshark-users: [Wireshark-users] Bug 2880-4707 TShark - decimal symbol

From: "j.snelders" <j.snelders@xxxxxxxxxx>
Date: Sat, 23 Jan 2010 21:32:32 +0100
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2880
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4407

Many users encounter the same problem.
Is it possible to add also a note to the tshark helpfile?

Do you have to modify the file tshark.c to achieve this?

http://anonsvn.wireshark.org/wireshark/trunk/tshark.c:
fprintf(output, "  -z <statistics>          various statistics, see the man
page for details\n");
+ fprintf(output, "                           NOTE: use decimal separator
"."\n");
                                            
  fprintf(output, "\n");
  fprintf(output, "Miscellaneous:\n");
  fprintf(output, "  -h                       display this help and exit\n");
  fprintf(output, "  -v                       display version info and exit\n");
  fprintf(output, "  -o <name>:<value> ...    override preference setting\n");
  fprintf(output, "  -K <keytab>              keytab file to use for kerberos
decryption\n");

Thanks
Joan