control 1.1 KB

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