Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Feb 15, 2022
  3. Feb 11, 2022
    • Petr Špaček's avatar
      filter-dnsq: skip 'special' queries for *.dotnxdomain.net · 14f18600
      Petr Špaček authored
      By default, filter out queries for subdomains of dotnxdomain.net.
      This is a 'special' measurement domain. Queries directed to it have
      timestamps encoded in qname and replaying old queries results in
      timeouts, not in a realistic traffic replay.
      
      A new option -s can be used to keep the queries in the output if
      desired.
      
      The other domain - dashnxdomain.net - did not appear in any of my PCAPs
      so for simplicity I skipped it.
      
      Implementing this check forced me to parse more parts of DNS header, but
      even for tens of GBs of data it was so fast that I do not consider it to
      be a problem.
      
      Fixes: #25
      14f18600
  4. Sep 09, 2021
  5. Jul 22, 2021
  6. Jul 21, 2021
  7. Jul 14, 2021
  8. Jul 13, 2021
  9. Jul 08, 2021
  10. Jun 25, 2021
  11. 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
  12. May 13, 2021
Loading