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

Wireshark-bugs: [Wireshark-bugs] [Bug 7256] Fix loop counting

Date: Tue, 15 May 2012 07:55:52 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7256

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #2 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-05-15 07:55:51 PDT ---
Hi,

(In reply to comment #0)
> Created attachment 8433 [details]
> Patch

This patch reverts part of r39210 which was fixing bug #6378

i.e.

-  proto_tree_add_text(tree, tvb, offset, query_length, "%u %s",
subquery_count, plurality(subquery_count, "null", "nulls"));
-  count -= subquery_count;

Do we really need these xxxxx null fields? or it can be just one?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.