Wireshark-bugs: [Wireshark-bugs] [Bug 9061] Added expert info to DNS dissector for negative TTL

Date: Wed, 21 Aug 2013 13:34:40 +0000

changed bug 9061

What Removed Added
CC   [email protected]

Comment # 3 on bug 9061 from
--- 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 ?


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