1 | initial version |
You asked for Python but in the past Perl was usually faster.
Here is an example using Perl to remove headers from RTP packets:
https://wiki.wireshark.org/RtpDumpScript
process_pkt would need a little code to determine the type of header to know how much to chop.