Calculate packet size from traffic dump

Viewed 19

I have a traffic dump in csv file containing packet arrival time, frame length and boolean values for multiple flags.

Can someone please explain how to calculate packet size from the traffic dump.

I further want to generate distribution of the packet size in python.

0 Answers
Related