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 original DATA packets missing at the sender side #55

Closed mbakholdina closed 1 year ago

mbakholdina commented 1 year ago

Added original DATA packets missing at the sender side. The statistic is calculated as the number of missing in the dump original data packets that were either dropped by the SRT sender, or UDP socket. Reordered packets are not taken into account, so if a packet is reordered and comes later, it will not be included into statistic.

Replaces PR #40.