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

Decode packets as SRT if there is no SRT handshake present #50

Closed mbakholdina closed 1 year ago

mbakholdina commented 1 year ago

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.

Addresses #31.