Copying wireshark-users because that's the appropriate mailing list for your question.
Have you tried using a time-based filter? For example, you could try a filter like: frame.time_relative > 60 && frame.time_relative <= 120 ...to just get results for frames that showed up in the second minute of the trace you're looking at. Or you can filter on specific date/timestamps (see the "frame.time" filter). When you look at Statistics->Summary, look at the statistics for "displayed" - those are stats for packets that match your filter (i.e. the specific time range you specified). You might also want to look at the Statistics->IO Graphs feature, which is fairly powerful. -Ian On 1/31/07, Aamer Akhter <[EMAIL PROTECTED]> wrote:
Hello, I'm looking at the ethereal screen in Statistics->Summary and was wondering if there is a way to calculate the highest pps and bitrate within a 1 min window. Right now, the stats seem to be over the entire length of the file... Any other tools that might do this? -- Aamer Akhter / [EMAIL PROTECTED] _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
_______________________________________________ Wireshark-users mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-users
