Skip to content

Clean a capture file to make Zoom RTP flows look like standard ones.

License

Notifications You must be signed in to change notification settings

marty90/rtc_pcap_cleaners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom PCAP Cleaner

Clean a capture file to make Zoom RTP flows look like standard ones. To do this, the tool decapsulates the RTP packets from the custom Zoom transport protocol.

The information to create this tool is largely based from this.

The input can be PCAP or PCAPNG. The output is in PCAP format. The tool can read/write also from the standard input/output.

Prerequisites: you need Python3 with the dpkt package installed.

Usage:

zoom_pcap_cleaner [infile] [outfile]
    If outfile is omitted, print on the standard output.
    If infile is omitted, read from the standard input.

About

Clean a capture file to make Zoom RTP flows look like standard ones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages