CHANGELOG 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. $Id: CHANGELOG 2449 2010-04-04 06:39:38Z aturner $
  2. 04/04/2010 Version 3.4.4
  3. - Set default timing method to either gtod or abstime (#404)
  4. - Fix IPv6 parsing of CIDR's (#405)
  5. - Add support for preloading the memory cache (#410)
  6. - Generate more useful error when packets are too small (#411)
  7. - Update to libopts/Autogen 5.9.9 (#412)
  8. - Ship Win32Readme.txt file (#413)
  9. - Update copyright notice to 2010 (#416)
  10. - Dramatically enhance --portmap option (#417)
  11. - Update autotools (#423)
  12. - Add support for printing statistics periodically during the run (#424)
  13. - Warn user when pcap snaplen < 65535 (#425)
  14. - Add 802.1q processing support tcpprep (#428)
  15. 06/25/2009: Version 3.4.3
  16. - Link libnl when newer versions of libpcap require it (#397)
  17. - Ship m4 directory (#398)
  18. - Upgrade to latest autotools scripts (#400)
  19. - Fix error message when running autogen.sh (#401)
  20. 05/20/2009: Version 3.4.2
  21. - Added extensive IPv6 support to tcprewrite & tcpreplay-edit (#11)
  22. - Add IPv6 fragroute support (#388)
  23. - Add IPv6 decoding support to tcpprep (#11)
  24. - Fix compile time error in err.h (#390)
  25. - Add --endpoints support in tcpreplay-edit (#393)
  26. 02/18/2009: Version 3.4.1
  27. - Sendpacket method did not match documentation (#361)
  28. - Fix compile issue on systems without err.h (#363)
  29. - Fix tcpprep --mac not processing non-IPv4 packets (#369)
  30. - Always build tcpreplay w/ editing features as tcpreplay-edit (#372)
  31. - Fix potential tcpbridge issues under OS X & *BSD (#373)
  32. - Fix crash on 4 byte strictly aligned systems (#377)
  33. - Add MTU truncation to tcprewrite/tcpreplay-edit (#379)
  34. 01/15/2009: Version 3.4.0
  35. - Add libdnet and remove libnet support for sending packets (#302)
  36. - Fix numerous 802.11 decoder bugs (#325)
  37. - Fix compile issue under Linux (#326)
  38. - Fix Mbps/sec nonsense (#327)
  39. - Fix tcprewrite crash when packets have no L3+ data (#328)
  40. - Clean up err.c/err.h code and improve performance for non-debug builds (#331)
  41. - Fix timesdiv() timer code (#332)
  42. - Improve high-performance packet sending via multiple packets/interval (#334)
  43. - Fix statistics report errors (#335)
  44. - Fix BPF filters not being used in tcpbridge (#336)
  45. - Improve tcpbridge performance (#337)
  46. - Only use two libpcap handles for tcpbridge (#338)
  47. - Fix autotools usage errors (#340)
  48. - Clean up 'make test' results (#341)
  49. - Update to AutoGen/AutoOpts 5.9.7 (#342)
  50. - Fix compiler warnings from GCC 4.2 (#344)
  51. - Fix numerous memory corruption bugs in libtcpedit DLT plugin code (#345)
  52. - Add support for editing IPv4 TOS/DiffServ/ECN (#348)
  53. - Update autotools to more recent versions (#349)
  54. - Report injection method via -V (#352)
  55. - Fix DLT_USER l2len check bug (#353)
  56. - Replace man2html w/ groff (#354)
  57. - Fix false pcap_inject() detection under Windows/Winpcap (#355)
  58. - tcpbridge now builds under Win32/Cygwin
  59. - libdnet is no longer an option for Win32/Cygwin (#57)
  60. - tcpbridge now supports --listnics (#357)
  61. 06/20/2008: Version 3.3.2
  62. - Fix (again) tcpbridge --unidir assert error (#308)
  63. - Fix tcpbridge bug where all packets that were sent were all zeros
  64. - Fix tcpbridge not honoring --include/exclude flags (#311)
  65. - Fix ip_in_cidr() debug messages (#312)
  66. - Report packets which have timestamps which go backwards in time (#315)
  67. - Clean up --sleep-accel code to use options struct (#316)
  68. - Remove really old and out of date RPM .spec file (#317)
  69. - Warn when sending on non-Ethernet interface (#318)
  70. - Re-enable tcpreplay --listnics (#319)
  71. - Fix sendpacket always reporting using PF_PACKET, even when it doesn't (#322)
  72. - Fix major packet timing issue under old versions of glibc (#324)
  73. 05/17/2008: Version 3.3.1
  74. - Fix limitation of PF_PACKET only supporting Ethernet (#123)
  75. - Fix (again) /dev/bpf detection in FreeBSD 8.0 (#292)
  76. - Document building code from Subversion under Cygwin (#304)
  77. - Fix --enable-force-* under Linux (#305)
  78. - Fix tcpbridge --unidir assert error (#308)
  79. 05/04/2008: Version 3.3.0
  80. - Improve tcpreplay timing accuracy between packets (#41)
  81. - Add tcprewrite fragroute support (#42)
  82. - Fix tcprewrite --efcs option (#277)
  83. - Updated Win32/Cygwin documentation (#280)
  84. - Add dmalloc support (#282)
  85. - Fix tcpprep broken handling of VLAN tagged frames (#290)
  86. - Fix tcprewrite crash when cache file has NO_SEND packets (#291)
  87. - Fix /dev/bpf detection in FreeBSD 8.0 (#292)
  88. - Add tcprewrite --ttl editing option (#294)
  89. - Fix autoconf AM_PROG_CC_C_O warning (#295)
  90. - Add tcpprep --reverse option to split by matching client addresses (#297)
  91. - Update version of autoconf to 1.10.1 (#298)
  92. - Improved GNU Autogen detection and warnings (#299)
  93. - Track EAGAIN errors separately from ENOBUFS (#301)
  94. - Automatically detect Winpcap on Cygwin (#303)
  95. 01/23/2008: Version 3.2.5
  96. - Fix linker error with --enable-tcpreplay-edit and --enable-dynamic-link (#288)
  97. - Fix compile errors with Sun Studio compiler (#286)
  98. 01/16/2008: Version 3.2.4
  99. - Fix crash in tcpreplay when --enable-tcpreplay-edit (#281)
  100. - Display if --enable-tcpreplay-edit in -V (#283)
  101. 11/01/2007: Version 3.2.3
  102. - Fix compile issue under Linux and other OS's (#275)
  103. 10/31/2007: Version 3.2.2
  104. - Enable source MAC spoofing for OS X (#142, #151)
  105. * Tcpreplay now requires OS X 10.5 (Leopard)
  106. - Fix crash/memory access error with tcpreplay -N (#273)
  107. 10/25/2007: Version 3.2.1
  108. - Fix tcprewrite segfault in 'make test' under Linux (#200)
  109. - Major performance improvement in tcpprep for large pcaps (#261)
  110. - Fix strsignal already defined error under Cygwin/Windows (#199)
  111. - Fix compile errors for older versions of GCC (#201)
  112. - Remove flowreplay code (#262)
  113. - Fix DLT rewrite code causing corrupted ethernet protocol type (#268)
  114. - Try to fix inet_aton() issue under Solaris (#260)
  115. 08/26/2007: Version 3.2
  116. - Return a more useful error message when tcpprep fails (#187)
  117. - Add Tomahawk test tool client/server detection algorithm (#186)
  118. - Improved AutoGen support (#191)
  119. - Improved documentation (#164, #198)
  120. - Added Doxygen markup (#176)
  121. - configure now honors --with-tcpdump flag (#192)
  122. - configure now defaults to --enable-64bits which breaks backwards
  123. compatibility in certain situations. Use --disable-64bits if this
  124. concerns you (#195)
  125. - Use safe_free() to detect bugs earlier in development (#197)
  126. 07/19/2007: Version 3.1.1
  127. - Upgrade libopts tearoff to 29:0:4 so that everyone else in the world can
  128. compile tcpreplay (#189)
  129. 07/18/2007: Version 3.1.0
  130. - Add tcprewrite --srcmap & --dstmap for rewriting only source or destination IP's (#185)
  131. - ./configure now reports configuration at end (#155)
  132. - Fix svn:keywords (#160)
  133. - Optimize performance of dlt_en10mb plugin (#161)
  134. - Performance improvements on strictly aligned systems (#162)
  135. - Improve tcpprep error messages and handling (#163)
  136. - Add support for warnings in libtcpedit (#165)
  137. - Only use __attribute__((unused)) w/ GCC (#168)
  138. - Fix compile issues under Solaris (#178)
  139. - Gracefully handle systems w/o static libraries (#179)
  140. - Fix segfault when using BPF filters (#182)
  141. - Add additional DLT Plugins:
  142. - 802.11 (#103)
  143. - 802.11 w/ Radiotap (#177)
  144. 05/01/2007: Version 3.0.1
  145. - Stop tcpreplay causing OS X WiFi from disassociating (#167)
  146. - --pnat incorrectly matched all IP addresses (#170)
  147. - Fix serious memory leak in core common library (#175)
  148. - Fix tcprewrite --enet-vlan on little endian systems (#174)
  149. - Bad pcap timestamps were causing excessive delays (#169)
  150. - Code cleanup (#173)
  151. 04/20/2007: Version 3.0
  152. - By default, no longer try to use libnet. You must now specify --enable-libnet (#148)
  153. - Improve documentation (#30)
  154. - General code cleanup (#47)
  155. - Warn when GNU Autogen version < 5.9 (#153)
  156. - Remove support for pcap_snapshot_override which was never added to libpcap (#140)
  157. - Fix support for C99/GCC 4.3 "inline". Rely on -O3 for better performance. (#149)
  158. - Prioritize 64 bit libraries over 32 bit counterparts (#150)
  159. 04/14/2007: Version 3.0.RC1
  160. - Fix tcpbridge and make it compile by default (#15)
  161. - Fix tcprewrite crash on little-endian systems (#127)
  162. - Gracefully handle broken pcap files where the snaplen < caplen (#130)
  163. - Note: Fix was made in libpcap and will be part of 0.9.6
  164. - Fix numerous bugs with the sendpacket code (#137)
  165. - Add optional support for editing packets with tcpreplay (#61)
  166. - Fix 'make test' on little endian systems (#64)
  167. - tcprewrite -s is no longer endian dependent (#65)
  168. - /docs cleaned up (#66)
  169. - Fix detection/compile of libpcap. Now support versions >= 0.7.2 (#80, #144)
  170. - Add official support Cygwin/Win32 support (#110)
  171. - Clean up libpcap version code (#111)
  172. - Add support for interface alias names for Win32 (#113)
  173. - Warn user on DLT miss-match (#125)
  174. - Fix tcprewrite segfault with --fixlen=pad (#134)
  175. - Add loop/cache support for better performance (#136)
  176. - inline debugging code for better performance (#138)
  177. - configure now supports selecting injection method (#139)
  178. - Fix configure/compile errors under OpenBSD (#146)
  179. - Add tcpbridge --verbose mode (#28)
  180. - Fix compile issues under HP-UX & strictly aligned systems (#141)
  181. - --enable-dynamic-link supports 64bit libraries (#143)
  182. 03/22/2007: Version 3.0.beta13
  183. - Fixed detection of IPv4 packets in libtcpedit on little-endian boxes (#115, #116)
  184. - Fixed TCP/UDP checksum calculation on little-endian boxes (#126)
  185. - Added --quiet flag to tcpreplay for Lothar (#109)
  186. - The --seed flag should now generate the same IPs on both little-endian & big-endian boxes (#65)
  187. - The --skipl2broadcast flag now works as documented (#112)
  188. - Adding L2 header for DLT_RAW encapsulated packets now works (#16)
  189. - Clean up documentation (#66, #75)
  190. - Start initial support for Win32 port (#110, #111)
  191. - Finish DLT plugin rewrite (#82)
  192. - Fix compile on systems without tcpdump installed
  193. 02/22/2007: Version 3.0.beta12
  194. - Fix compile under RH ES 3.x (gcc 3.2.2) (#79)
  195. - Fix compile on MIPS, ARM, HPPA, etc (#81, #88)
  196. - Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82)
  197. - Create Ethernet Plugin (#99)
  198. - Create User Plugin (#100)
  199. - Create Cisco HDLC Plugin (#101)
  200. - Create DLT_LINUX_SLL Plugin (#102)
  201. - Create DLT_RAW Plugin (#104)
  202. - Create DLT_NULL Plugin (#105)
  203. - Create DLT_LOOP Plugin (#106)
  204. - Properly decode ethernet frames when they are VLAN tagged (#84)
  205. - Do not install man2html (#85)
  206. - Add configure --disable-libopts-install option (#86)
  207. - Enhance tcpreplay --oneatatime (#90)
  208. - libtcpedit can now return warnings & errors (#92)
  209. - Fix tcpprep --include/exclude (#96)
  210. - Upgrade AutoGen tearoff (libopts) to latest version (5.9.0) (#97)
  211. - Don't do L4 checksums for non-fragment offset == 0 (#107)
  212. 08/07/2006: Version 3.0.beta11
  213. - Fix distribution to ship missing src/tcpr.h (#73)
  214. - Add support to tcprewrite to alter output file DLT (#74)
  215. - Fix errors in 'make test' (little endian still broken) (#77)
  216. - Tweak Autogen .def files documentation (#78)
  217. 08/05/2006: Version 3.0.beta10
  218. - tcpprep & tcprewrite no longer require root access (#3)
  219. - Develop wrapper API for libnet, libpcap, BPF and PF_PACKET (#4, #24)
  220. - Enhance do_sleep() to support looping for better accuracy (#6)
  221. - Prefer inet_pton over older, deprecated routines (#26)
  222. - Remove libnet as a requirement (#29)
  223. - Optionally don't rewrite broadcast/multicast IP/MAC addresses (#38)
  224. - Remove libnids dependancy for flowreplay (#55)
  225. - Fix build issues when libpcapnav is installed (#56)
  226. - Fix truncate feature not putting correct packet length in IP header (#59)
  227. - Internal error reporting fixes in libtcpedit (#60)
  228. - Support --enable-debug when building under gcc 3.x (#62)
  229. - tcpedit_stub.h wasn't being generated automatically from SVN (#63)
  230. - Fix 'make doxygen' (#67)
  231. - Fix some Makefile issues (#68)
  232. - tcprewrite --endpoints should require a cache file (#70)
  233. - Improve IP randomizer code to be more random (#71)
  234. 07/17/2006: Version 3.0.beta9
  235. - Fix compile issue for users not having AutoOpts installed (#54)
  236. - Fix compile issue for users w/ AutoOpts 5.8.4 (upgrade to 5.8.4)
  237. 07/16/2006: Version 3.0.beta8
  238. - Fix -M running in MBps rather then Mbps
  239. - Fix tcpbridge segfault/bus error reported by Steven Z. (Gerry)
  240. - Improve tcpbridge man page
  241. - Massive tcprewrite fixes & cleanup (#50)
  242. - Much improved README document
  243. - Reorganize packet editing code into a standalone module (tcpedit)
  244. which has been librarized. (#5)
  245. - Strict code cleanup (#27)
  246. - Fix tcpprep from generating bad cache files (#48)
  247. - Add MAC split mode for tcpprep (#1)
  248. - Improve dbg() to list file/line (#32)
  249. - Add tcpprep statistical reports (#2)
  250. - Reorganize flowreplay code (#46)
  251. - Fix conflicting speed_t for Debian (#33)
  252. - Too many other things to document
  253. 08/07/2005: Version 3.0.beta7
  254. - New 'make doxygen' target builds pretty source code docs in
  255. docs/web/doxygen/html
  256. - Fix tcpprep auto/router mode which was sending all packets out the
  257. secondary interface
  258. - Fix endian issue on little-endian systems which made tcpprep think all
  259. packets were not IP
  260. - Improve debugability of tcpprep
  261. - Fix UDP header offset bug in flowreplay
  262. 06/28/2005: Version 3.0.beta6
  263. - Fix rpm .spec file which was still based on tcpreplay 2.x (untested)
  264. - Detect and manually include pcap-bpf.h which fixes compile problem
  265. - Fix tcprewrite -S crash with only one MAC
  266. - Fix tcpreplay using 2nd NIC split mode
  267. - Fix tcpreplay packet counter initialization
  268. - Fix tcpprep to properly handle missing -i and -c with -I and -P
  269. 06/14/2005: Version 3.0.beta5
  270. - Fix --decode flag
  271. - Fix compile under AMD64/RHEL4 where libraries are in /usr/lib64
  272. - tarball now ships with a full test subdir
  273. - Fix compile of src/common/get.c under strictly aligned architectures
  274. - Fix ./configure --enable-64bits flag
  275. - Fix bug on little endian systems which prevented tcprewrite from
  276. editing packets
  277. - Fix tcprewrite linktype checks
  278. - Add --pktlen for when the pcap snaplen lies to us
  279. - Add --enable-dynamic-link for those who want to dynamically link their
  280. libs
  281. 06/05/2005: Version 3.0.beta4
  282. - Really fix compile problems with dlt2desc with old versions of libpcap
  283. - All libraries are now statically linked and full-path #includes. This
  284. should fix problems with people who have different versions of
  285. libraries installed in different locations.
  286. - Fix problems compiling on systems with libpcapnav
  287. - Add support for libpcap 0.5 such as on OpenBSD
  288. - Fix tcpprep --verbose
  289. - Close STDIN prior to re-opening it for certain OS's
  290. 05/04/2005: Version 3.0.beta3
  291. - Fix autoconf problems with --with-libnet
  292. - Fix compile problems with dlt2desc with old versions of libpcap
  293. - Fix compile problem due to not shipping flowreplay_opts.h and
  294. tcpbridge_opts.h
  295. 04/19/2005: Version 3.0.beta2
  296. - Significant improvements to FAQ and manual
  297. - Use autoopts for flowreplay
  298. - Be more cautious about memcpy's
  299. - Fix numerous warnings during compile
  300. - Allow overriding L2 protocol field for DLT_RAW
  301. - tcpprep -I & -P now take the cache filename
  302. - Lots of cleanup
  303. - Added tcpbridge utility
  304. - Fix tcpreplay --mbps which was being interpreted as bps
  305. - Add --no-arg-comment feature for tcpprep
  306. - Improve auto-tests and fix old broken ones
  307. - Fix Makefile errors in the docs directory
  308. - Upgrade libopts tear off to v5.7pre12 which fixes problems with
  309. loading config files
  310. - Add support for forcing the use of the local libopts tearoff code
  311. 02/27/2005: Version 3.0.beta1
  312. - Major code cleanups and rewriting
  313. - Rip out all edit functions from tcpreplay and put into tcprewrite
  314. - Improve tcpreplay performance by about 5% for raw sending
  315. - Move around utility functions for greater code-reuse
  316. - Move MAC Address funcs into mac.c
  317. - Move global defines into defines.h
  318. - Standardize use of structs and typedefs
  319. - Start passing const's when we don't need to modify
  320. - Start using GNU AutoOpts for arg/config file processing
  321. - Start using automake and autoheader
  322. - Major rewrite of configure.in
  323. - Add support for printing which interface packets go out
  324. - 64bit counters are optional via --enable-64bits
  325. - Can now rewrite L2 data per outbound interface
  326. - Add support for additional DLT types
  327. - Non-Code changes
  328. - I now own the full copyright for tcpreplay
  329. - Removed the evil 4th clause from the BSD license
  330. - Start updating the FAQ and split some content to make a manual
  331. - Automatically generate man pages based via autogen
  332. - New Applications:
  333. - tcprewrite
  334. - Removed Applications: (Ethereal has better utilities)
  335. - capinfo
  336. - pcapmerge
  337. - Merge fixes from 2.x/stable branch:
  338. - portmap.c endian bugs
  339. - edit_packet.c handle corrupted pcap's where caplen < len
  340. - configure now properly uses --with-libnet and --with-libpcap
  341. *** Fork 3.x Branch from v2.3.1 ***