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

Implement extracting UDP/TCP traffic as well as SRT while processing pcapng into csv file #10

Closed mbakholdina closed 1 year ago

mbakholdina commented 4 years ago

Implement extracting UDP/TCP traffic (only relevant for the further analysis) as well as SRT while processing pcapng into csv file. Currently, I am using the following display filter to extract SRT packets only: '-Y', 'srt'.

The usage of '-Y', 'srt || udp || tcp', will result in not only relevant UDP/TCP traffic, but also in the noise like smb, etc.

More advanced filters should be applied to capture the traffic needed for analysis.

mbakholdina commented 1 year ago

Partially correlates with #31. Closing as no longer needed.