CHANGELOG 12 KB

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