forked from appneta/tcpreplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCREDIT
76 lines (54 loc) · 2.49 KB
/
CREDIT
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
$Id$
tcpreplay and it's associated utilities (tcpprep, tcprewrite and flowreplay)
were designed and written by Aaron Turner, and maintained and updated by
Fred Klassen of AppNeta
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 <[email protected]>
- 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 <[email protected]>
- Patch for tcpreplay to support CIDR mode
- Patch for ignoring martian IP packets
Jeffrey Guttenfelder <[email protected]>
- Code for pausing/restarting tcpreplay via signals.
John Carlson
- Patch for improved timerdiv() accuracy
Frey Kuo <[email protected]>
- Patch to replace pause option with packets/sec
Seth Robertson (seth at sysd dot com)
- Patch to allow replaying of live traffic
Nick Mathewson <[email protected]>
- Kindly giving me his BSD licensed implimentation of poll()
using select() so I don't have to worry about cross platform
issues.
Denis McLaughlin <[email protected]>
- Patch to allow TCP/UDP port translation
Andrew Edgecombe <[email protected]>
- Patch to support caching pcap files in memory when looping
which provides a significant performance improvement
- Patch to fix issue with -M option
Joerg Mayer <[email protected]>
- Patch for auto* to fix various warnings & errors
Jim West <[email protected]>
- Patch to fix Solaris compiling issues
Bojan Smojver <[email protected]>
- For maintaining the RPM package and helping with portability issues
Stas Grabois <[email protected]>
- For his efforts to add IPv6 support to tcpprep and the tcpedit engine
- For adding IPv6 support to fragroute
Fred Klassen <[email protected]> - AppNeta
- New maintainer of Tcpreplay
- Added netmap support for wire-rate performance on commodity hardware
- Improve accuracy and performance of the --mbps option
- Implement pseudo-CRC to improve tcpedit performance
- Add --fast-flows option to tcpreplay
Luigi Rizzo <[email protected]>
- Creator of netmap
- Assisted with netmap performance tuning
Alexey Indeev <[email protected]> - AppNeta
- Quick TX module for Linux