Skip to content
Snippets Groups Projects
  1. Jul 20, 2021
  2. Jul 14, 2021
  3. Jul 13, 2021
  4. Jul 08, 2021
  5. Jun 25, 2021
  6. Jun 04, 2021
    • Tomas Krizek's avatar
      Merge branch 'cut_pcap' into 'master' · f5c78172
      Tomas Krizek authored
      cut-pcap.lua script to effectively trim already sorted PCAPs
      
      See merge request !50
      f5c78172
    • Petr Špaček's avatar
      cut-pcap.lua script to effectively trim already sorted PCAPs · 1cbc93f0
      Petr Špaček authored
      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.
      1cbc93f0
  7. May 13, 2021
  8. May 12, 2021
  9. May 11, 2021
  10. Apr 28, 2021
Loading