CHANGELOG 11 KB

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