Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Feb 15, 2022
  3. Sep 09, 2021
  4. Jul 22, 2021
  5. Jul 21, 2021
  6. Jul 14, 2021
  7. Jul 13, 2021
  8. Jul 08, 2021
  9. Jun 25, 2021
  10. 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
  11. May 13, 2021
  12. May 12, 2021
  13. May 11, 2021
  14. Apr 28, 2021
Loading