CREDIT 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. $Id: CREDIT 1164 2005-02-27 00:44:16Z aturner $
  2. tcpreplay and it's associated utilities (tcpprep, tcprewrite and flowreplay)
  3. were designed and written by Aaron Turner <aturner@pobox.com>.
  4. The following is a list of people in no particular order who have kindly
  5. submitted patches or code snippets for me to use in tcpreplay.
  6. Matt Bing <matt@mutedwarf.com>
  7. - Matt helped write a lot of the 1.x code
  8. Branden Moore <bmoore-at-cse.nd.edu>
  9. - Patch to pad truncated packets
  10. - Patch to allow specifying a destination MAC w/ only a single NIC
  11. Scott Mace <smace@intt.org>
  12. - Patch for tcpreplay to support CIDR mode
  13. - Patch for ignoring martian IP packets
  14. Jeffrey Guttenfelder <guttenfelder@sourceforge.net>
  15. - Code for pausing/restarting tcpreplay via signals.
  16. John Carlson
  17. - Patch for improved timerdiv() accuracy
  18. Frey Kuo <kero@3sheep.com>
  19. - Patch to replace pause option with packets/sec
  20. Seth Robertson (seth at sysd dot com)
  21. - Patch to allow replaying of live traffic
  22. Nick Mathewson <nickm@freehaven.net>
  23. - Kindly giving me his BSD licensed implimentation of poll()
  24. using select() so I don't have to worry about cross platform
  25. issues.
  26. Denis McLaughlin <denism@cyberus.ca>
  27. - Patch to allow TCP/UDP port translation