CHANGELOG 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. $Id: CHANGELOG 1860 2007-05-02 05:18:08Z aturner $
  2. 05/01/2007: Version 3.0.1
  3. - Stop tcpreplay causing OS X WiFi from disassociating (#167)
  4. - --pnat incorrectly matched all IP addresses (#170)
  5. - Fix serious memory leak in core common library (#175)
  6. - Fix tcprewrite --enet-vlan on little endian systems (#174)
  7. - Bad pcap timestamps were causing excessive delays (#169)
  8. - Code cleanup (#173)
  9. 04/20/2007: Version 3.0
  10. - By default, no longer try to use libnet. You must now specify --enable-libnet (#148)
  11. - Improve documentation (#30)
  12. - General code cleanup (#47)
  13. - Warn when GNU Autogen version < 5.9 (#153)
  14. - Remove support for pcap_snapshot_override which was never added to libpcap (#140)
  15. - Fix support for C99/GCC 4.3 "inline". Rely on -O3 for better performance. (#149)
  16. - Prioritize 64 bit libraries over 32 bit counterparts (#150)
  17. 04/14/2007: Version 3.0.RC1
  18. - Fix tcpbridge and make it compile by default (#15)
  19. - Fix tcprewrite crash on little-endian systems (#127)
  20. - Gracefully handle broken pcap files where the snaplen < caplen (#130)
  21. - Note: Fix was made in libpcap and will be part of 0.9.6
  22. - Fix numerous bugs with the sendpacket code (#137)
  23. - Add optional support for editing packets with tcpreplay (#61)
  24. - Fix 'make test' on little endian systems (#64)
  25. - tcprewrite -s is no longer endian dependent (#65)
  26. - /docs cleaned up (#66)
  27. - Fix detection/compile of libpcap. Now support versions >= 0.7.2 (#80, #144)
  28. - Add official support Cygwin/Win32 support (#110)
  29. - Clean up libpcap version code (#111)
  30. - Add support for interface alias names for Win32 (#113)
  31. - Warn user on DLT miss-match (#125)
  32. - Fix tcprewrite segfault with --fixlen=pad (#134)
  33. - Add loop/cache support for better performance (#136)
  34. - inline debugging code for better performance (#138)
  35. - configure now supports selecting injection method (#139)
  36. - Fix configure/compile errors under OpenBSD (#146)
  37. - Add tcpbridge --verbose mode (#28)
  38. - Fix compile issues under HP-UX & strictly aligned systems (#141)
  39. - --enable-dynamic-link supports 64bit libraries (#143)
  40. 03/22/2007: Version 3.0.beta13
  41. - Fixed detection of IPv4 packets in libtcpedit on little-endian boxes (#115, #116)
  42. - Fixed TCP/UDP checksum calculation on little-endian boxes (#126)
  43. - Added –-quiet flag to tcpreplay for Lothar (#109)
  44. - The –-seed flag should now generate the same IP’s on both little-endian & big-endian boxes (#65)
  45. - The –-skipl2broadcast flag now works as documented (#112)
  46. - Adding L2 header for DLT_RAW encapsulated packets now works (#16)
  47. - Clean up documentation (#66, #75)
  48. - Start initial support for Win32 port (#110, #111)
  49. - Finish DLT plugin rewrite (#82)
  50. - Fix compile on systems without tcpdump installed
  51. 02/22/2007: Version 3.0.beta12
  52. - Fix compile under RH ES 3.x (gcc 3.2.2) (#79)
  53. - Fix compile on MIPS, ARM, HPPA, etc (#81, #88)
  54. - Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82)
  55. - Create Ethernet Plugin (#99)
  56. - Create User Plugin (#100)
  57. - Create Cisco HDLC Plugin (#101)
  58. - Create DLT_LINUX_SLL Plugin (#102)
  59. - Create DLT_RAW Plugin (#104)
  60. - Create DLT_NULL Plugin (#105)
  61. - Create DLT_LOOP Plugin (#106)
  62. - Properly decode ethernet frames when they are VLAN tagged (#84)
  63. - Do not install man2html (#85)
  64. - Add configure --disable-libopts-install option (#86)
  65. - Enhance tcpreplay --oneatatime (#90)
  66. - libtcpedit can now return warnings & errors (#92)
  67. - Fix tcpprep --include/exclude (#96)
  68. - Upgrade AutoGen tearoff (libopts) to latest version (5.9.0) (#97)
  69. - Don't do L4 checksums for non-fragment offset == 0 (#107)
  70. 08/07/2006: Version 3.0.beta11
  71. - Fix distribution to ship missing src/tcpr.h (#73)
  72. - Add support to tcprewrite to alter output file DLT (#74)
  73. - Fix errors in 'make test' (little endian still broken) (#77)
  74. - Tweak Autogen .def files documentation (#78)
  75. 08/05/2006: Version 3.0.beta10
  76. - tcpprep & tcprewrite no longer require root access (#3)
  77. - Develop wrapper API for libnet, libpcap, BPF and PF_PACKET (#4, #24)
  78. - Enhance do_sleep() to support looping for better accuracy (#6)
  79. - Prefer inet_pton over older, deprecated routines (#26)
  80. - Remove libnet as a requirement (#29)
  81. - Optionally don't rewrite broadcast/multicast IP/MAC addresses (#38)
  82. - Remove libnids dependancy for flowreplay (#55)
  83. - Fix build issues when libpcapnav is installed (#56)
  84. - Fix truncate feature not putting correct packet length in IP header (#59)
  85. - Internal error reporting fixes in libtcpedit (#60)
  86. - Support --enable-debug when building under gcc 3.x (#62)
  87. - tcpedit_stub.h wasn't being generated automatically from SVN (#63)
  88. - Fix 'make doxygen' (#67)
  89. - Fix some Makefile issues (#68)
  90. - tcprewrite --endpoints should require a cache file (#70)
  91. - Improve IP randomizer code to be more random (#71)
  92. 07/17/2006: Version 3.0.beta9
  93. - Fix compile issue for users not having AutoOpts installed (#54)
  94. - Fix compile issue for users w/ AutoOpts 5.8.4 (upgrade to 5.8.4)
  95. 07/16/2006: Version 3.0.beta8
  96. - Fix -M running in MBps rather then Mbps
  97. - Fix tcpbridge segfault/bus error reported by Steven Z. (Gerry)
  98. - Improve tcpbridge man page
  99. - Massive tcprewrite fixes & cleanup (#50)
  100. - Much improved README document
  101. - Reorganize packet editing code into a standalone module (tcpedit)
  102. which has been librarized. (#5)
  103. - Strict code cleanup (#27)
  104. - Fix tcpprep from generating bad cache files (#48)
  105. - Add MAC split mode for tcpprep (#1)
  106. - Improve dbg() to list file/line (#32)
  107. - Add tcpprep statistical reports (#2)
  108. - Reorganize flowreplay code (#46)
  109. - Fix conflicting speed_t for Debian (#33)
  110. - Too many other things to document
  111. 08/07/2005: Version 3.0.beta7
  112. - New 'make doxygen' target builds pretty source code docs in
  113. docs/web/doxygen/html
  114. - Fix tcpprep auto/router mode which was sending all packets out the
  115. secondary interface
  116. - Fix endian issue on little-endian systems which made tcpprep think all
  117. packets were not IP
  118. - Improve debugability of tcpprep
  119. - Fix UDP header offset bug in flowreplay
  120. 06/28/2005: Version 3.0.beta6
  121. - Fix rpm .spec file which was still based on tcpreplay 2.x (untested)
  122. - Detect and manually include pcap-bpf.h which fixes compile problem
  123. - Fix tcprewrite -S crash with only one MAC
  124. - Fix tcpreplay using 2nd NIC split mode
  125. - Fix tcpreplay packet counter initialization
  126. - Fix tcpprep to properly handle missing -i and -c with -I and -P
  127. 06/14/2005: Version 3.0.beta5
  128. - Fix --decode flag
  129. - Fix compile under AMD64/RHEL4 where libraries are in /usr/lib64
  130. - tarball now ships with a full test subdir
  131. - Fix compile of src/common/get.c under strictly aligned architectures
  132. - Fix ./configure --enable-64bits flag
  133. - Fix bug on little endian systems which prevented tcprewrite from
  134. editing packets
  135. - Fix tcprewrite linktype checks
  136. - Add --pktlen for when the pcap snaplen lies to us
  137. - Add --enable-dynamic-link for those who want to dynamically link their
  138. libs
  139. 06/05/2005: Version 3.0.beta4
  140. - Really fix compile problems with dlt2desc with old versions of libpcap
  141. - All libraries are now statically linked and full-path #includes. This
  142. should fix problems with people who have different versions of
  143. libraries installed in different locations.
  144. - Fix problems compiling on systems with libpcapnav
  145. - Add support for libpcap 0.5 such as on OpenBSD
  146. - Fix tcpprep --verbose
  147. - Close STDIN prior to re-opening it for certain OS's
  148. 05/04/2005: Version 3.0.beta3
  149. - Fix autoconf problems with --with-libnet
  150. - Fix compile problems with dlt2desc with old versions of libpcap
  151. - Fix compile problem due to not shipping flowreplay_opts.h and
  152. tcpbridge_opts.h
  153. 04/19/2005: Version 3.0.beta2
  154. - Significant improvements to FAQ and manual
  155. - Use autoopts for flowreplay
  156. - Be more cautious about memcpy's
  157. - Fix numerous warnings during compile
  158. - Allow overriding L2 protocol field for DLT_RAW
  159. - tcpprep -I & -P now take the cache filename
  160. - Lots of cleanup
  161. - Added tcpbridge utility
  162. - Fix tcpreplay --mbps which was being interpreted as bps
  163. - Add --no-arg-comment feature for tcpprep
  164. - Improve auto-tests and fix old broken ones
  165. - Fix Makefile errors in the docs directory
  166. - Upgrade libopts tear off to v5.7pre12 which fixes problems with
  167. loading config files
  168. - Add support for forcing the use of the local libopts tearoff code
  169. 02/27/2005: Version 3.0.beta1
  170. - Major code cleanups and rewriting
  171. - Rip out all edit functions from tcpreplay and put into tcprewrite
  172. - Improve tcpreplay performance by about 5% for raw sending
  173. - Move around utility functions for greater code-reuse
  174. - Move MAC Address funcs into mac.c
  175. - Move global defines into defines.h
  176. - Standardize use of structs and typedefs
  177. - Start passing const's when we don't need to modify
  178. - Start using GNU AutoOpts for arg/config file processing
  179. - Start using automake and autoheader
  180. - Major rewrite of configure.in
  181. - Add support for printing which interface packets go out
  182. - 64bit counters are optional via --enable-64bits
  183. - Can now rewrite L2 data per outbound interface
  184. - Add support for additional DLT types
  185. - Non-Code changes
  186. - I now own the full copyright for tcpreplay
  187. - Removed the evil 4th clause from the BSD license
  188. - Start updating the FAQ and split some content to make a manual
  189. - Automatically generate man pages based via autogen
  190. - New Applications:
  191. - tcprewrite
  192. - Removed Applications: (Ethereal has better utilities)
  193. - capinfo
  194. - pcapmerge
  195. - Merge fixes from 2.x/stable branch:
  196. - portmap.c endian bugs
  197. - edit_packet.c handle corrupted pcap's where caplen < len
  198. - configure now properly uses --with-libnet and --with-libpcap
  199. *** Fork 3.x Branch from v2.3.1 ***