CHANGELOG 12 KB

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