Hi Team I want to Know what is the packet size of the packets captured in the wireshark trace. can you please also confirm is there any way to see the statical way to see how the packets on the Packet size basis. Regards Ankit Jain asked 16 Aug '12, 04:53 Ank1t Ja1n |
3 Answers:
Sure, just go to Statistics -> Packet Length for a statistics on packet length in the current trace. You can just leave the filter setting empty if you want the values for the complete file. answered 16 Aug '12, 05:46 Jasper ♦♦ |
There is also the capinfos tool. That gives average packet size and bit/byte/packet rates among other stats. answered 16 Aug '12, 05:59 grahamb ♦ |
and finally, there is tshark.
You can also use a display filter (-R) to narrow down what you need.
Then use MS Excel to create a histogram of the packet sizes (or whatever you need), based on the CSV data. Regards answered 16 Aug '12, 06:43 Kurt Knochner ♦ edited 16 Aug '12, 06:47 |