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

[FR] get-traffic-stats: estimate average and maximum packet arrival delay #32

Open maxsharabayko opened 3 years ago

maxsharabayko commented 3 years ago

Based on the arrival time of the packet _ws.col.Time and the timestamp of a packet srt.timestamp estimate the average and maximum network delay of a packet. Bear in mind the TSBPD wrapping period (timestamp of the next packet may start again from 0 if ~1 hour 30 minutes elapsed).