source: trunk/docs/CHANGELOG @ 2518

Revision 2518, 16.1 KB checked in by aturner, 18 months ago (diff)

merge r2493 from branches/3.4 to trunk. This is the original TX_RING
support shipped in 3.4.5beta2. refs #435

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1$Id$
2
3??/??/2009: Version 4.0.0
4    - Switch from BSD to GPLv3 license (#371)
5    - Replace GNU autotools build scripts with CMake (#351)
6    - Native Win32 Support (#133)
7    - New QT4 based GUI (#314)
8    - Massive code cleanup (#375, #374)
9    - Create C/C++ libraries for tcpreplay, tcprewrite and tcpprep functionality (#358)
10    - Make tcpreplay libraries thread safe (#368)
11    - Add IPv6 packet editing support (#386)
12    - Add IPv6 fragroute support (#388)
13    - Add support for Juniper Encapsulated Ethernet DLT (#387)
14    - Properly process IPv6 extension headers (#396)
15    - Change default timing method to abstime/gtod (#404)
16
1701/15/2009: Version 3.4.0
18    - Add libdnet and remove libnet support for sending packets (#302)
19    - Fix numerous 802.11 decoder bugs (#325)
20    - Fix compile issue under Linux (#326)
21    - Fix Mbps/sec nonsense (#327)
22    - Fix tcprewrite crash when packets have no L3+ data (#328)
23    - Clean up err.c/err.h code and improve performance for non-debug builds (#331)
24    - Fix timesdiv() timer code (#332)
25    - Improve high-performance packet sending via multiple packets/interval (#334)
26    - Fix statistics report errors (#335)
27    - Fix BPF filters not being used in tcpbridge (#336)
28    - Improve tcpbridge performance (#337)
29    - Only use two libpcap handles for tcpbridge (#338)
30    - Fix autotools usage errors (#340)
31    - Clean up 'make test' results (#341)
32    - Update to AutoGen/AutoOpts 5.9.7 (#342)
33    - Fix compiler warnings from GCC 4.2 (#344)
34    - Fix numerous memory corruption bugs in libtcpedit DLT plugin code (#345)
35    - Add support for editing IPv4 TOS/DiffServ/ECN (#348)
36    - Update autotools to more recent versions (#349)
37    - Report injection method via -V (#352)
38    - Fix DLT_USER l2len check bug (#353)
39    - Replace man2html w/ groff (#354)
40    - Fix false pcap_inject() detection under Windows/Winpcap (#355)
41    - tcpbridge now builds under Win32/Cygwin
42    - libdnet is no longer an option for Win32/Cygwin (#57)
43    - tcpbridge now supports --listnics (#357)
44
4506/20/2008: Version 3.3.2
46    - Fix (again) tcpbridge --unidir assert error (#308)
47    - Fix tcpbridge bug where all packets that were sent were all zeros
48    - Fix tcpbridge not honoring --include/exclude flags (#311)
49    - Fix ip_in_cidr() debug messages (#312)
50    - Report packets which have timestamps which go backwards in time (#315)
51    - Clean up --sleep-accel code to use options struct (#316)
52    - Remove really old and out of date RPM .spec file (#317)
53    - Warn when sending on non-Ethernet interface (#318)
54    - Re-enable tcpreplay --listnics (#319)
55    - Fix sendpacket always reporting using PF_PACKET, even when it doesn't (#322)
56    - Fix major packet timing issue under old versions of glibc (#324)
57   
5805/17/2008: Version 3.3.1
59    - Fix limitation of PF_PACKET only supporting Ethernet (#123)
60    - Fix (again) /dev/bpf detection in FreeBSD 8.0 (#292)
61    - Document building code from Subversion under Cygwin (#304)
62    - Fix --enable-force-* under Linux (#305)
63    - Fix tcpbridge --unidir assert error (#308)
64
6505/04/2008: Version 3.3.0
66    - Improve tcpreplay timing accuracy between packets (#41)
67    - Add tcprewrite fragroute support (#42)
68    - Fix tcprewrite --efcs option (#277)
69    - Updated Win32/Cygwin documentation (#280)
70    - Add dmalloc support (#282)
71    - Fix tcpprep broken handling of VLAN tagged frames (#290)
72    - Fix tcprewrite crash when cache file has NO_SEND packets (#291)
73    - Fix /dev/bpf detection in FreeBSD 8.0 (#292)
74    - Add tcprewrite --ttl editing option (#294)
75    - Fix autoconf AM_PROG_CC_C_O warning (#295)
76    - Add tcpprep --reverse option to split by matching client addresses (#297)
77    - Update version of autoconf to 1.10.1 (#298)
78    - Improved GNU Autogen detection and warnings (#299)
79    - Track EAGAIN errors separately from ENOBUFS (#301)
80    - Automatically detect Winpcap on Cygwin (#303)
81
8201/23/2008: Version 3.2.5
83    - Fix linker error with --enable-tcpreplay-edit and --enable-dynamic-link (#288)
84    - Fix compile errors with Sun Studio compiler (#286)
85
8601/16/2008: Version 3.2.4
87    - Fix crash in tcpreplay when --enable-tcpreplay-edit (#281)
88    - Display if --enable-tcpreplay-edit in -V (#283)
89
9011/01/2007: Version 3.2.3
91    - Fix compile issue under Linux and other OS's (#275)
92   
9310/31/2007: Version 3.2.2
94    - Enable source MAC spoofing for OS X (#142, #151)
95        * Tcpreplay now requires OS X 10.5 (Leopard)
96    - Fix crash/memory access error with tcpreplay -N (#273)
97
9810/25/2007: Version 3.2.1
99    - Fix tcprewrite segfault in 'make test' under Linux (#200)
100    - Major performance improvement in tcpprep for large pcaps (#261)
101    - Fix strsignal already defined error under Cygwin/Windows (#199)
102    - Fix compile errors for older versions of GCC (#201)
103    - Remove flowreplay code (#262)
104    - Fix DLT rewrite code causing corrupted ethernet protocol type (#268)
105    - Try to fix inet_aton() issue under Solaris (#260)
106   
10708/26/2007: Version 3.2
108    - Return a more useful error message when tcpprep fails (#187)
109    - Add Tomahawk test tool client/server detection algorithm (#186)
110    - Improved AutoGen support (#191)
111    - Improved documentation (#164, #198)
112    - Added Doxygen markup (#176)
113    - configure now honors --with-tcpdump flag (#192)
114    - configure now defaults to --enable-64bits which breaks backwards
115        compatibility in certain situations.  Use --disable-64bits if this
116        concerns you (#195)
117    - Use safe_free() to detect bugs earlier in development (#197)
118
11907/19/2007: Version 3.1.1
120    - Upgrade libopts tearoff to 29:0:4 so that everyone else in the world can
121      compile tcpreplay (#189)
122
12307/18/2007: Version 3.1.0
124    - Add tcprewrite --srcmap & --dstmap for rewriting only source or destination IP's (#185)
125    - ./configure now reports configuration at end (#155)
126    - Fix svn:keywords (#160)
127    - Optimize performance of dlt_en10mb plugin (#161)
128    - Performance improvements on strictly aligned systems (#162)
129    - Improve tcpprep error messages and handling (#163)
130    - Add support for warnings in libtcpedit (#165)
131    - Only use __attribute__((unused)) w/ GCC (#168)
132    - Fix compile issues under Solaris (#178)
133    - Gracefully handle systems w/o static libraries (#179)
134    - Fix segfault when using BPF filters (#182)
135    - Add additional DLT Plugins:
136        - 802.11 (#103)
137        - 802.11 w/ Radiotap (#177)
138
13905/01/2007: Version 3.0.1
140        - Stop tcpreplay causing OS X WiFi from disassociating (#167)
141        - --pnat incorrectly matched all IP addresses (#170)
142        - Fix serious memory leak in core common library (#175)
143        - Fix tcprewrite --enet-vlan on little endian systems (#174)
144        - Bad pcap timestamps were causing excessive delays (#169)
145        - Code cleanup (#173)
146
14704/20/2007: Version 3.0
148        - By default, no longer try to use libnet.  You must now specify --enable-libnet (#148)
149        - Improve documentation (#30)
150        - General code cleanup (#47)
151        - Warn when GNU Autogen version < 5.9 (#153)
152        - Remove support for pcap_snapshot_override which was never added to libpcap (#140)
153        - Fix support for C99/GCC 4.3 "inline".  Rely on -O3 for better performance. (#149)
154        - Prioritize 64 bit libraries over 32 bit counterparts (#150)
155
15604/14/2007: Version 3.0.RC1
157    - Fix tcpbridge and make it compile by default (#15)
158        - Fix tcprewrite crash on little-endian systems (#127)
159        - Gracefully handle broken pcap files where the snaplen < caplen (#130)
160                - Note: Fix was made in libpcap and will be part of 0.9.6
161        - Fix numerous bugs with the sendpacket code (#137)
162        - Add optional support for editing packets with tcpreplay (#61)
163        - Fix 'make test' on little endian systems (#64)
164        - tcprewrite -s is no longer endian dependent (#65)
165        - /docs cleaned up (#66)
166        - Fix detection/compile of libpcap.  Now support versions >= 0.7.2 (#80, #144)
167        - Add official support Cygwin/Win32 support (#110)
168        - Clean up libpcap version code (#111)
169        - Add support for interface alias names for Win32 (#113)
170        - Warn user on DLT miss-match (#125)
171        - Fix tcprewrite segfault with --fixlen=pad (#134)
172        - Add loop/cache support for better performance (#136)
173        - inline debugging code for better performance (#138)
174        - configure now supports selecting injection method (#139)
175        - Fix configure/compile errors under OpenBSD (#146)
176        - Add tcpbridge --verbose mode (#28)
177        - Fix compile issues under HP-UX & strictly aligned systems (#141)
178        - --enable-dynamic-link supports 64bit libraries (#143)
179       
180       
18103/22/2007: Version 3.0.beta13
182        - Fixed detection of IPv4 packets in libtcpedit on little-endian boxes (#115, #116)
183    - Fixed TCP/UDP checksum calculation on little-endian boxes (#126)
184    - Added --quiet flag to tcpreplay for Lothar (#109)
185    - The --seed flag should now generate the same IPs on both little-endian & big-endian boxes (#65)
186    - The --skipl2broadcast flag now works as documented (#112)
187    - Adding L2 header for DLT_RAW encapsulated packets now works (#16)
188    - Clean up documentation (#66, #75)
189    - Start initial support for Win32 port (#110, #111)
190        - Finish DLT plugin rewrite (#82)
191        - Fix compile on systems without tcpdump installed
192
19302/22/2007: Version 3.0.beta12
194        - Fix compile under RH ES 3.x (gcc 3.2.2) (#79)
195        - Fix compile on MIPS, ARM, HPPA, etc (#81, #88)
196        - Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82)
197                - Create Ethernet Plugin (#99)
198                - Create User Plugin (#100)
199                - Create Cisco HDLC Plugin (#101)
200                - Create DLT_LINUX_SLL Plugin (#102)
201                - Create DLT_RAW Plugin (#104)
202                - Create DLT_NULL Plugin (#105)
203                - Create DLT_LOOP Plugin (#106)
204        - Properly decode ethernet frames when they are VLAN tagged (#84)
205        - Do not install man2html (#85)
206        - Add configure --disable-libopts-install option (#86)
207        - Enhance tcpreplay --oneatatime (#90)
208        - libtcpedit can now return warnings & errors (#92)
209        - Fix tcpprep --include/exclude (#96)
210        - Upgrade AutoGen tearoff (libopts) to latest version (5.9.0) (#97)
211        - Don't do L4 checksums for non-fragment offset == 0 (#107)
212       
21308/07/2006: Version 3.0.beta11
214    - Fix distribution to ship missing src/tcpr.h (#73)
215    - Add support to tcprewrite to alter output file DLT (#74)
216    - Fix errors in 'make test' (little endian still broken) (#77)
217    - Tweak Autogen .def files documentation (#78)
218
21908/05/2006: Version 3.0.beta10
220    - tcpprep & tcprewrite no longer require root access (#3)
221    - Develop wrapper API for libnet, libpcap, BPF and PF_PACKET (#4, #24)
222    - Enhance do_sleep() to support looping for better accuracy (#6)
223    - Prefer inet_pton over older, deprecated routines (#26)
224    - Remove libnet as a requirement (#29)
225    - Optionally don't rewrite broadcast/multicast IP/MAC addresses (#38)
226    - Remove libnids dependancy for flowreplay  (#55)
227    - Fix build issues when libpcapnav is installed (#56)
228    - Fix truncate feature not putting correct packet length in IP header (#59)
229    - Internal error reporting fixes in libtcpedit (#60)
230    - Support --enable-debug when building under gcc 3.x (#62)
231    - tcpedit_stub.h wasn't being generated automatically from SVN (#63)
232    - Fix 'make doxygen' (#67)
233    - Fix some Makefile issues (#68)
234    - tcprewrite --endpoints should require a cache file (#70)
235    - Improve IP randomizer code to be more random (#71)
236
23707/17/2006: Version 3.0.beta9
238    - Fix compile issue for users not having AutoOpts installed (#54)
239    - Fix compile issue for users w/ AutoOpts 5.8.4 (upgrade to 5.8.4)
240
24107/16/2006: Version 3.0.beta8
242    - Fix -M running in MBps rather then Mbps
243    - Fix tcpbridge segfault/bus error reported by Steven Z. (Gerry)
244    - Improve tcpbridge man page
245    - Massive tcprewrite fixes & cleanup (#50)
246    - Much improved README document
247    - Reorganize packet editing code into a standalone module (tcpedit)
248          which has been librarized. (#5)
249    - Strict code cleanup (#27)
250    - Fix tcpprep from generating bad cache files (#48)
251    - Add MAC split mode for tcpprep (#1)
252    - Improve dbg() to list file/line (#32)
253    - Add tcpprep statistical reports (#2)
254    - Reorganize flowreplay code (#46)
255    - Fix conflicting speed_t for Debian (#33)
256    - Too many other things to document
257
25808/07/2005: Version 3.0.beta7
259    - New 'make doxygen' target builds pretty source code docs in
260          docs/web/doxygen/html
261    - Fix tcpprep auto/router mode which was sending all packets out the
262          secondary interface
263    - Fix endian issue on little-endian systems which made tcpprep think all
264          packets were not IP
265    - Improve debugability of tcpprep
266    - Fix UDP header offset bug in flowreplay
267
26806/28/2005: Version 3.0.beta6
269    - Fix rpm .spec file which was still based on tcpreplay 2.x (untested)
270    - Detect and manually include pcap-bpf.h which fixes compile problem
271    - Fix tcprewrite -S crash with only one MAC
272    - Fix tcpreplay using 2nd NIC split mode
273    - Fix tcpreplay packet counter initialization
274    - Fix tcpprep to properly handle missing -i and -c with -I and -P
275
27606/14/2005: Version 3.0.beta5
277    - Fix --decode flag
278    - Fix compile under AMD64/RHEL4 where libraries are in /usr/lib64
279    - tarball now ships with a full test subdir
280    - Fix compile of src/common/get.c under strictly aligned architectures
281    - Fix ./configure --enable-64bits flag
282    - Fix bug on little endian systems which prevented tcprewrite from
283      editing packets
284    - Fix tcprewrite linktype checks
285    - Add --pktlen for when the pcap snaplen lies to us
286    - Add --enable-dynamic-link for those who want to dynamically link their
287      libs
288
28906/05/2005: Version 3.0.beta4
290    - Really fix compile problems with dlt2desc with old versions of libpcap
291    - All libraries are now statically linked and full-path #includes.  This
292      should fix problems with people who have different versions of
293      libraries installed in different locations.
294    - Fix problems compiling on systems with libpcapnav
295    - Add support for libpcap 0.5 such as on OpenBSD
296    - Fix tcpprep --verbose
297    - Close STDIN prior to re-opening it for certain OS's
298
29905/04/2005: Version 3.0.beta3
300    - Fix autoconf problems with --with-libnet
301    - Fix compile problems with dlt2desc with old versions of libpcap
302    - Fix compile problem due to not shipping flowreplay_opts.h and
303      tcpbridge_opts.h
304
30504/19/2005: Version 3.0.beta2
306    - Significant improvements to FAQ and manual
307    - Use autoopts for flowreplay
308    - Be more cautious about memcpy's
309    - Fix numerous warnings during compile
310    - Allow overriding L2 protocol field for DLT_RAW
311    - tcpprep -I & -P now take the cache filename
312    - Lots of cleanup
313    - Added tcpbridge utility
314    - Fix tcpreplay --mbps which was being interpreted as bps
315    - Add --no-arg-comment feature for tcpprep
316    - Improve auto-tests and fix old broken ones
317    - Fix Makefile errors in the docs directory
318    - Upgrade libopts tear off to v5.7pre12 which fixes problems with
319      loading config files
320    - Add support for forcing the use of the local libopts tearoff code
321
32202/27/2005: Version 3.0.beta1
323    - Major code cleanups and rewriting
324      - Rip out all edit functions from tcpreplay and put into tcprewrite
325      - Improve tcpreplay performance by about 5% for raw sending
326      - Move around utility functions for greater code-reuse
327      - Move MAC Address funcs into mac.c
328      - Move global defines into defines.h
329      - Standardize use of structs and typedefs
330      - Start passing const's when we don't need to modify
331    - Start using GNU AutoOpts for arg/config file processing
332    - Start using automake and autoheader
333    - Major rewrite of configure.in
334    - Add support for printing which interface packets go out
335    - 64bit counters are optional via --enable-64bits
336    - Can now rewrite L2 data per outbound interface
337    - Add support for additional DLT types
338
339    - Non-Code changes
340      - I now own the full copyright for tcpreplay
341      - Removed the evil 4th clause from the BSD license
342      - Start updating the FAQ and split some content to make a manual
343      - Automatically generate man pages based via autogen
344
345    - New Applications:
346      - tcprewrite
347
348    - Removed Applications: (Ethereal has better utilities)
349      - capinfo
350      - pcapmerge
351
352    - Merge fixes from 2.x/stable branch:
353      - portmap.c endian bugs
354      - edit_packet.c handle corrupted pcap's where caplen < len
355      - configure now properly uses --with-libnet and --with-libpcap
356
357*** Fork 3.x Branch from v2.3.1 ***
Note: See TracBrowser for help on using the repository browser.