Decode packets as SRT on a particular UDP port if there is no SRT handshake present in the original .pcap(ng) trace file.
Now all the packets are decoded as UDP by default and if there is no SRT handshake in the dump file, scripts output combinations of UDP ports on which packets are found. Then there is --port option to run the script again and decode packets as SRT on a specified port.
Added for extract-packets and get-traffic-stats scripts. Will be added to the remaining scripts a bit later.
Decode packets as SRT on a particular UDP port if there is no SRT handshake present in the original
.pcap(ng)
trace file.Now all the packets are decoded as UDP by default and if there is no SRT handshake in the dump file, scripts output combinations of UDP ports on which packets are found. Then there is
--port
option to run the script again and decode packets as SRT on a specified port.Added for
extract-packets
andget-traffic-stats
scripts. Will be added to the remaining scripts a bit later.Addresses #31.