CREDIT 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. $Id: CREDIT 2101 2009-01-04 22:42:57Z 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, Lawrence Berkeley Laboratory 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
  30. Andrew Edgecombe <andrew.edgecombe@nec.com.au>
  31. - Patch to support caching pcap files in memory when looping
  32. which provides a significant performance improvement
  33. - Patch to fix issue with -M option
  34. Joerg Mayer <jmayer@loplof.de>
  35. - Patch for auto* to fix various warnings & errors
  36. Jim West <jim_west@agilent.com>
  37. - Patch to fix Solaris compiling issues
  38. Bojan Smojver <bojan@rexursive.com>
  39. - For maintaining the RPM package and helping with portability issues