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