CHANGELOG 16 KB

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