cut-pcap.lua script to effectively trim already sorted PCAPs
Intended use is together with merge_chunks.py like this: merge_chunks.py ... | cut-pcap.lua - /tmp/short.pcap 60 Stock editcap is designed to handle unsorted PCAPs and thus cannot stop on encountering first packet with timestamp over limit. This is very ineffective for processing large PCAPs generated by extract-clients.lua because the mergecap + editcap pipeline keeps processing all the "trailing" data, which can take really large time for no benefit.
parent
837428d1
No related branches found
No related tags found
pcap/cut-pcap.lua
0 → 100755
Please register or sign in to comment