CREDIT 1.3 KB

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