I have extracted a packet trace in csv file from wireshark and I am interested in finding out the bit rate of the trace.
I have the arrival time of each packet, its frame length and boolean values of multiple flags in tcp header.
Can someone please help in explaining the bit rate calculation process?