CHANGELOG 11 KB

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