File: CREDIT

package info (click to toggle)
tcpreplay 3.3.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,204 kB
  • ctags: 5,239
  • sloc: ansic: 21,432; sh: 10,933; makefile: 835; perl: 138
file content (45 lines) | stat: -rw-r--r-- 1,561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
$Id: CREDIT 1782 2007-04-02 04:21:30Z aturner $ 

tcpreplay and it's associated utilities (tcpprep, tcprewrite and flowreplay)
were designed and written by Aaron Turner.

This product includes software developed by the University of California,
Berkeley, Lawrence Berkeley Laboratory and its contributors. 

The following is a list of people in no particular order who have kindly
submitted patches or code snippets for me to use in tcpreplay.

Matt Bing <matt@mutedwarf.com>
    - Matt helped write a lot of the 1.x code

Branden Moore <bmoore-at-cse.nd.edu>
   - Patch to pad truncated packets
   - Patch to allow specifying a destination MAC w/ only a single NIC

Scott Mace <smace@intt.org>
   - Patch for tcpreplay to support CIDR mode
   - Patch for ignoring martian IP packets 

Jeffrey Guttenfelder <guttenfelder@sourceforge.net>
   - Code for pausing/restarting tcpreplay via signals.

John Carlson
   - Patch for improved timerdiv() accuracy

Frey Kuo <kero@3sheep.com>
   - Patch to replace pause option with packets/sec

Seth Robertson (seth at sysd dot com)
   - Patch to allow replaying of live traffic

Nick Mathewson <nickm@freehaven.net>
    - Kindly giving me his BSD licensed implimentation of poll()
      using select() so I don't have to worry about cross platform
      issues.
          
Denis McLaughlin <denism@cyberus.ca>
    - Patch to allow TCP/UDP port translation

Andrew Edgecombe <andrew.edgecombe@nec.com.au>
	- Patch to support caching pcap files in memory when looping
	  which provides a significant performance improvement