First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Protocol Hierarchy seem Ethernet bytes less than LLC bytes

  • retag add tags

count with packets it seem ok, Ehternet packects is 100%, but count with bytes it make me confusion. why Ethernet bytes is not 100%?

protocol                packets percent packets num bytes percent   bytes
Frame                   100             418793  100                 25848498
Ethernet                100             418793  22.68256361         5863102
Logical-Link Control    99.85338819     418179  58.8855337          15221026
Spanning Tree Protocol  61.73503378     258542  25.00551483         6463550
Data                    38.11835441     159637  25.93865996         6704754
thinostrich's avatar
1
thinostrich
asked 2022-10-13 02:08:47 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2022-10-13 03:11:32 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The reason the percent bytes isn't 100% Ethernet even though the percent packets is 100% Ethernet is because the statistics is only counting the Ethernet framing bytes as being Ethernet bytes, but not the Ethernet payload bytes.

Personally, I've never liked the way Wireshark computes these statistics, but that's the way Wireshark has behaved for the last 6+ years.

For more information and background, refer to Issue 1885: "Protocol Hierarchy Statistics" give misleading byte numbers.

cmaynard's avatar
11.1k
cmaynard
answered 2022-10-13 03:26:37 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer