mbakholdina / lib-tcpdump-processing

Library designed to process .pcap(ng) tcpdump or Wireshark trace files and extract SRT packets of interest for further analysis
15 stars 3 forks source link

Add srt.rate.pkts, srt.rate.Mbps, srt.bw.pkts, srt.bw.Mbps columns to UMSG_ACK dataframe #18

Open mbakholdina opened 4 years ago

mbakholdina commented 4 years ago

The calculation is currently being done in the following script. Move this logic to the library and update mentioned script once implemented.

mbakholdina commented 4 years ago

Not sure, whether it is a good idea to implement this in a library. The main goal of the library is to parse tshark dump, extract the packets of interest and the data of interest. There should no processing on top of the extracting data except formatting and stuff.