Wireshark-bugs: [Wireshark-bugs] [Bug 1885] New: "Protocol Hierarchy Statistics" give misleading

Date: Sun, 30 Sep 2007 19:11:50 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1885

           Summary: "Protocol Hierarchy Statistics" give misleading byte
                    numbers
           Product: Wireshark
           Version: 0.99.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: fpeters@xxxxxxxxxx


Build Information:

--
Forwarded from http://bugs.debian.org/151017

----
Christian Hammers:

The "protocol hierarchy statistics" for an ssh connection say e.g.
        Protocol        % Packets       Packets Bytes
        Frame           100%            12      858
        IP              100%            12      858
        TCP             100%            12      858
        Data            25%              3      248

This is not correct, it would be better if it would say e.g.
        IP              100%            12      690
        ...
because IP takes only 858Bytes - 12Pkts * 14Bytes ethernet frame header.


At least I miss the feature that allowes me to see how many IP bytes a
sniffed connection took to check our accounting tools.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.