Wireshark-bugs: [Wireshark-bugs] [Bug 9419] don't dissect packets when clearing filter
Date: Mon, 11 Nov 2013 22:13:14 +0000

Comment # 3 on bug 9419 from
+    reread = create_proto_tree || force || cinfo != NULL || (have_post &&
create_proto_tree);

This can be simplified to:

+    reread = create_proto_tree || force || cinfo != NULL;

?


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