control 1.1 KB

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