In Wireshark, I can view some basic packet statistics by going to Statistics -> Packet Lengths. I am able to understand all the values in each column except the following:
asked 19 May '15, 08:15 Amato_C |
One Answer:
After performing my own analysis, the following was determined:
Wireshark calculates the maximum number of packets sent per interval of time. The user is able to adjust the interval of time in 1 millisecond intervals. Under Preferences -> Statistics, the following parameters can be adjusted:
For my analyses, I set the following:
answered 12 Jun '15, 08:45 Amato_C |
Some clarification on my question. How does Wireshark determine the "burst rate" and the "burst start" parameters? I interpret "burst rate" as the maximum amount of packets sent within a time-frame. So it would be the maximum packets-per-second (pps) within the capture. The "burst start" would then be the time when the highest burst rate was experienced.
Are these interpretations correct?