Skip to content
Snippets Groups Projects
  1. Aug 25, 2022
    • Nicki Křížek's avatar
      Script for PCAP generation · 6031e40a
      Nicki Křížek authored
      The script can generate the following PCAP:
      - every client sends only a single query
      - query is always the same - shotgun.test A
      - clients are equidistantly spread out in time
      
      Purpose of the generated PCAP is testing establishment of connections -
      basically storming the server with handshakes.
      Verified
      6031e40a
  2. Mar 23, 2022
  3. Mar 20, 2022
  4. Feb 25, 2022
    • Tomas Krizek's avatar
      Merge branch 'filter-apnic' into 'master' · ae34b848
      Tomas Krizek authored
      filter-dnsq: skip 'special' queries for *.dotnxdomain.net
      
      Closes #25
      
      See merge request !58
      ae34b848
    • Petr Špaček's avatar
      filter-dnsq: skip 'special' queries for *.dotnxdomain.net · 9d6eb786
      Petr Špaček authored and Tomas Krizek's avatar Tomas Krizek committed
      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 omitted it from the filtering code.
      
      Fixes: #25
      Unverified
      9d6eb786
  5. Feb 24, 2022
    • Petr Špaček's avatar
      filter-dnsq: always parse packets · d980c5db
      Petr Špaček authored
      Formerly, if malformed packets were requested in the output,
      the script skipped DNS parsing because there was no point in doing so:
      The malformed packets would have been included in the output anyway.
      
      As preparation for a new feature which requires access to qname,
      the script now tries to parse the packet even if user requested
      inclusion of malformed packets in the output.
      
      Even for tens of GBs of data overhead of doing this was negligible
      compared to other processing, so I did not go to the trouble of
      optimizing this further.
      Unverified
      d980c5db
  6. Feb 22, 2022
  7. Feb 18, 2022
  8. Feb 16, 2022
  9. Feb 15, 2022
  10. Sep 09, 2021
  11. Jul 22, 2021
  12. Jul 21, 2021
  13. Jul 14, 2021
  14. Jul 13, 2021
  15. Jul 08, 2021
Loading