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

Added SND timing plot #39

Closed maxsharabayko closed 2 years ago

maxsharabayko commented 2 years ago

Plot the difference between a packet capturing timestamp and the SRT packet timestamp to estimate the delay dynamics. Helps to investigate, e.g. if packets manage to arrive within the specified SRT latency. Example output (maximum delay is up to 300 ms; ok-ish with SRT latency of 250 ms):

TODO