Comment # 4
on bug 9061
from Dario Lombardo
(In reply to comment #3)
> --- tshark.c (revision 51449)
> +++ tshark.c (working copy)
> @@ -3136,6 +3136,11 @@
> while (wtap_read(cf->wth, &err, &err_info, &data_offset)) {
> framenum++;
>
> + if ((framenum % 100000) == 0) {
> + printf("\r%u", framenum);
> + fflush(stdout);
> + }
> +
> It not sure if it is needed ;-)
>
> About expert_info, it is possible to use the new expert info framework ?
Oops... not needed for sure! :). My mistake.
Where can I find info about the new expert info framework?
You are receiving this mail because:
- You are watching all bug changes.