- Improved handling of time offsets to fix the issue around CEST. Note that it might be needed to add the time offsets for a particular time zone in the code so the script works for you.
- Fixed the problem with not opening the dumps with multiple dots in file name.
- Added decoding packets as SRT on a particular UDP port if there is no SRT handshake present in the dump.
- Improved
plot_snd_timing
script. Added correction to the time delta of the very first packet and other things. - Added original DATA packets missing at the sender side in the sender report of
get-traffic-stats
script. get-traffic-stats
script now shows the list of sequence numbers of unrecovered packets and saves it nearby the dump in.csv
file.- Bug fixes and general documentation improvements.
What's Changed
- Added parsing of absolute frame time by @mbakholdina in #15
- Traffic stats: added drop packets count by @maxsharabayko in #26
- Traffic stats refactoring by @mbakholdina in #27
- Added retransmitted over received(orig)+missing pkts overhead by @mbakholdina in #28
- Updated README plus corrected formatting by @mbakholdina in #30
- Updated README after language review by @mbakholdina in #34
- Improved get_traffic_stats report as well as added sender side report by @mbakholdina in #33
- Removed the date format from parsing frame.time by @mbakholdina in #35
- Percentage now returns the number with 4 decimal places by @mbakholdina in #36
- Use len(columns) instead of a hardcoded length by @maxsharabayko in #37
- Added SND timing plot by @maxsharabayko in #39
- Added dump packet timestamps script. by @maxsharabayko in #43
- Removed help from arguments. by @maxsharabayko in #44
- Show SND timing for retransmitted packets by @maxsharabayko in #45
- Fixed time offsets related issue by @mbakholdina in #47
- Fixed the problem with multiple dots in filename by @mbakholdina in #48
- Addressed FutureWarning with str.replace and regex=False by @mbakholdina in #49
- Decode packets as SRT if there is no SRT handshake present by @mbakholdina in #50
- Improved plot_snd_timing script by @mbakholdina in #51
- Added "Decode as SRT" functionality to dump-pkt-timestamps script by @mbakholdina in #52
- Added original DATA packets missing at the sender side by @mbakholdina in #55
- Show the list of unrecovered packets seq.nos at the receiver side by @mbakholdina in #56
- Shifted orig DATA pkts lost to the left, changed library version to v0.2 by @mbakholdina in #57
New Contributors
- @mbakholdina made their first contribution in #15
Full Changelog: v0.1...v0.2