control 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. Source: tcpreplay
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: http://tcpreplay.appneta.com/
  4. Standards-Version: 4.6.0
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/tcpreplay
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/tcpreplay.git
  7. Build-Depends: debhelper-compat (= 13),
  8. autogen,
  9. libdumbnet-dev,
  10. libpcap0.8-dev,
  11. tcpdump,
  12. Priority: optional
  13. Rules-Requires-Root: no
  14. Section: net
  15. Package: tcpreplay
  16. Architecture: any
  17. Depends: ${misc:Depends}, ${shlibs:Depends},
  18. Description: Tool to replay saved tcpdump files at arbitrary speeds
  19. Tcpreplay is aimed at testing the performance of a NIDS by
  20. replaying real background network traffic in which to hide
  21. attacks. Tcpreplay allows you to control the speed at which the
  22. traffic is replayed, and can replay arbitrary tcpdump traces. Unlike
  23. programmatically-generated artificial traffic which doesn't
  24. exercise the application/protocol inspection that a NIDS performs,
  25. and doesn't reproduce the real-world anomalies that appear on
  26. production networks (asymmetric routes, traffic bursts/lulls,
  27. fragmentation, retransmissions, etc.), tcpreplay allows for exact
  28. replication of real traffic seen on real networks. It included the following
  29. executables tcpprep, tcprewrite, tcpreplay-edit, tcpbridge and pcap
  30. based captures are possible.