CHANGELOG 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. 05/02/2017 Version 4.2.5
  2. - Fix issues found by scan-build (#384)
  3. - Improve --portmap help message (#381)
  4. - AFL detected security crash in fuzz feature (#380)
  5. - Coverity static scan detected issues (#374)
  6. - Fuzz should not be overwritting Layer 3 (#372)
  7. - Add --fuzz-factor option to specify fuzz ratio (#371)
  8. - Warnings when building on old distributions (#368)
  9. - Fix more Lintian detected spelling errors (#365)
  10. - Fuzz test failure on ARM and MIPS (#364)
  11. 04/26/2017 Version 4.2.4
  12. - Fix Lintian detected spelling errors (#362)
  13. 04/12/2017 Version 4.2.3
  14. - Archive (remove) QuickTX until maintainer found (#357)
  15. - Ubuntu precise 32bit_build (#356)
  16. 03/08/2017 Version 4.2.2
  17. - Archive (remove) QuickTX (#357)
  18. - Missing symbol pcap_version on macOS 10.12.4 (#356)
  19. 03/23/2017 Version 4.2.1
  20. - Fix reporting of rates < 1Mbps (#348)
  21. - Option --unique-ip not working properly (#346)
  22. 02/26/2017 Version 4.2.0
  23. - MAC rewriting capabilities (#313)
  24. - Fix several issues identified by Coverity (#305)
  25. - Packet destortion --fuzz-seed option by Gabriel Ganne (#302)
  26. - Add --unique-ip-loops option to modify IPs every few loops (#296)
  27. - Netmap startup delay increase (#290)
  28. - tcpcapinfo buffer overflow vulnerablily (#278)
  29. - Update git-clone instructions by Kyle McDonald (#277)
  30. - Allow fractions for --pps option (#270)
  31. - Print per-loop stats with --stats=0 (#269)
  32. - Add protection against packet drift by Guillaume Scott (#268)
  33. - Print flow stats periodically with --stats output (#262)
  34. - Include Travis-CI build support by Ilya Shipitsin (#264) (#285)
  35. - tcpreplay won't replay all packets in a pcap file with --netmap (#255)
  36. - First and last packet times in --stats output (#239)
  37. - Switch to wire speed after 30 minutes at 6 Gbps (#210)
  38. - tcprewrite fix checksum properly for fragmented packets (#190)
  39. 11/19/2016 Version 4.1.2
  40. - Fix compilation with musl C library (#260)
  41. - Support parallel builds (#259)
  42. - Give user CFLAGS precedence (#256)
  43. - Properly detect Brew install when Xcode is not available (#254)
  44. - Increase max packet size to 65549 (#251)
  45. - Handle IP headers with zero length (#247)
  46. 01/11/2016 Version 4.1.1
  47. - Improve --pps accuracy and performance (#236)
  48. - Option --unique-ip accepts --duration (#227)
  49. - RFC1624 incremental checksums (#225)
  50. - Option --duration performance optimizations (#223)
  51. - Correct company name in license (#217)
  52. - Compile and mult-arch cross-compile on ARM (#211)
  53. - Tap device support for Linux and FreeBSD from Murat Demirten (#207)
  54. - Handle loopback for linux cooked capture files from corentin-p1(Linux SLL) (#204)
  55. - Master doesn't compile on OS X 10.11 (#203)
  56. - Recognise tbd stubs from Dominyk Tiller (#202)
  57. - Support for tcprewrite multiple IP CIDR (#199)
  58. - Fix incorrect checksums after editing fragmented packets (#190)
  59. - Option --loop=0 full wire wire speed after 1st pass (#172 #191)
  60. - Big-endian tcpliveplay work-around from Brian Micek (#194)
  61. - Build OS X using existing XCode SDK (#185)
  62. - Update to autogen version 5.18.6 and libopts 46.0.16 (#182)
  63. - netmap reports impossibly high capacity (#176)
  64. - Duration feature from dexteradeus (#175)
  65. - Stop sending and exit when limit is reached (#174)
  66. - Extra packets sent with -L option (#173)
  67. - Buffer overflow bug in tcpprep (#167)
  68. - netmap optimizations (#93)
  69. 12/17/2014 Version 4.1.0
  70. - Do not build Quick TX modules on OS X (#164)
  71. - Add a flag to customize netmap delay (#160)
  72. - Fix some compile wwarnings (#159)
  73. - Disabled QuickTX build by default (#157)
  74. - Less verbose build (#154)
  75. - Add a loop delay option (#125)
  76. - CentOS 6.5 kernel panic on Quick TX init (#146)
  77. - Fix libpcap not found on CentOS 7 (#145)
  78. - Segfault in tcpliveplay on x86_64 (#132)
  79. - Sometimes unable to interrupt with Ctrl-C (#129)
  80. 10/08/2014 Version 4.1.0beta1
  81. - Fix cross compiling (#140)
  82. - Add Quick TX module for Linux (#136)
  83. - Better recovery for missing static libpcap libs (#128)
  84. 09/05/2014 Version 4.0.5
  85. - Fix build failure with latest netmap 11 (#123)
  86. - Fix unable to use Zero Copy interfaces on PF_RING (#118)
  87. - Corrected build for latest version of PF_RING (#81)
  88. - Proper error message when vale is unconfigured (#113)
  89. - Avoid a netmap module debug message (#110)
  90. - Add missing header to distribution (#108)
  91. - Make --netmap version agnostic (#106)
  92. - Fix netmap hang in FreeBSD 11 (#103)
  93. - Fix netmap hang if network cables unplugged (#96)
  94. - Support for Vale Switch (#91)
  95. - Prevent file retransmissions when selecting multiple files (#86)
  96. - Fix max replay rate for all loops except first when omitting --mbps (#85)
  97. - Add missing sanity check in libopt (#84)
  98. - Seg fault on some IPv6 files when using -C option with tcprewrite (#83)
  99. - Support for PF_RING DNA version of libpcap (#81)
  100. - Fix segfault when using '-F pad' (#80)
  101. - Disallow netmap on multiple interfaces (#79)
  102. - Fix build for FreeBSD version 8.4 (#78)
  103. 03/22/2014 Version 4.0.4
  104. - Number of packets inaccurate when using --netmap method (#76)
  105. - Unexpected packet counts with --loop and --cachefile enabled (#75)
  106. - Improved error messages when interface is a file (#74)
  107. - Missing interfaces with --listnics option (#67)
  108. - Compile issue with netmap v10 and debugging (#66)
  109. - Bad values with --stats and -t options (#65)
  110. 02/04/2014 Version 4.0.3
  111. - Fix build errors when ENABLE_VERBOSE is not set (#60)
  112. - Build error on host without tcpdump (#59)
  113. 01/17/2014 Version 4.0.2
  114. - Fix hangs with --mbps command (#54)
  115. 01/16/2014 Version 4.0.1
  116. - Support for netmap version 10 API (#53)
  117. - Remove deprecated "absolute time" for OS X (#52)
  118. - Make dosleep() rentrant to support API concurrency (#51)
  119. - Remove compiler warnings (#50)
  120. - Fix slow netmap in Intel GigE "igb" server NICS (#49)
  121. 01/05/2014 Version 4.0.0
  122. - Implemented wiki page for 4.X - http://tcpreplay.appneta.com
  123. - Support for ARM aarch64 (appneta #43)
  124. - Add Juniper Encapsulated Ethernet DLT (appneta #42)
  125. - Fixed seg fault on -K and --dualfile options (appneta #41)
  126. 12/22/2013 Version 4.0.0beta2
  127. - Restored -K option which somehow disappeared (appneta #35)
  128. - Improve printing with small pcaps at high rates (appneta #34)
  129. - Fixed build errors on BSD and Fedora 20 (appneta #32 #33)
  130. 12/20/2013 Version 4.0.0beta1
  131. - Compile and cross compile on ARM (appneta #26)
  132. - Add flow statistics (appneta #23)
  133. - Merge code cleanups from old 4.0alpha1 project (appneta #18)
  134. - Deprecated file-cache option - use preload-pcap instead (appneta #17)
  135. - Removed obsolete sleep-mode and sleep-accel options (appneta #16)
  136. - Remove unreliable RDTSC option (appneta #16)
  137. - Switch from BSD to GPLv3 license (appneta #5)
  138. - Add --unique-ip option to tcpreplay (appneta #4)
  139. - Removed sleep-accel option (appneta #2)
  140. - Enhance accuracy and performance of --mbps option (appneta #2)
  141. - Add netmap injector (appneta #1)
  142. - Properly process IPv6 extension headers (#396)
  143. - Update URL's to point to new tcpreplay website (#430)
  144. - Improve & fix bugs in tcpcapinfo (#437)
  145. - Fix statistics to be more industry standard (#443)
  146. - Add --nofixcsum (#449)
  147. - Fix compile failure under FreeBSD 9.0 (#450)
  148. - Don't checksum packets before going through fragroute engine (#452)
  149. - Add support for --maxsleep option to tcpreplay (#453)
  150. - Fix segfault when rewriting multiple ports (#459)
  151. - Fix bug with printing stats after CTRL-C (#482)
  152. - Update autotools (#483)
  153. - Don't recalculate UDP checksums if it's value is 0 (#490)
  154. - Fix documentation of --efcs option to be 4, not 2 bytes (#495)
  155. - Fix libdnet header detection under Debian distros (#499)
  156. - Update GNU Autogen to 5.11.5 (#501)
  157. - Fix --stats option for tcpreplay (#503)
  158. - Add support for injecting directly via custom Linux kernel module (#505)
  159. - Fix cidr code debugging (#506)
  160. - Standardize on primary/secondary meaning of interfaces/tcpprep split (#507)
  161. 08/15/2010 Version 3.4.5beta1
  162. - First pass at fixing 'make test' on many little-endian systems (#429)
  163. - Warn users when processing LINUX_SLL frames w/o an Ethernet source MAC (#434)
  164. - Don't try to fragroute non-IPv4/v6 packets so we don't error out (#432)
  165. - Initial Linux TX_RING sending support (#435)
  166. - Update to GNU Autoconf 2.67 (#436)
  167. - Add tcpcapinfo which dumps information about the pcap header/packets (#437)
  168. - Add --dualfile support for replaying two files at the same time (#439)
  169. - Fix bug where --tos=0 didn't do anything (#440)
  170. - Fix crash when processing CIDR data (#441)
  171. 04/04/2010 Version 3.4.4
  172. - Set default timing method to either gtod or abstime (#404)
  173. - Fix IPv6 parsing of CIDR's (#405)
  174. - Add support for preloading the memory cache (#410)
  175. - Generate more useful error when packets are too small (#411)
  176. - Update to libopts/Autogen 5.9.9 (#412)
  177. - Ship Win32Readme.txt file (#413)
  178. - Update copyright notice to 2010 (#416)
  179. - Dramatically enhance --portmap option (#417)
  180. - Update autotools (#423)
  181. - Add support for printing statistics periodically during the run (#424)
  182. - Warn user when pcap snaplen < 65535 (#425)
  183. - Add 802.1q processing support tcpprep (#428)
  184. 06/25/2009: Version 3.4.3
  185. - Link libnl when newer versions of libpcap require it (#397)
  186. - Ship m4 directory (#398)
  187. - Upgrade to latest autotools scripts (#400)
  188. - Fix error message when running autogen.sh (#401)
  189. 05/20/2009: Version 3.4.2
  190. - Added extensive IPv6 support to tcprewrite & tcpreplay-edit (#11)
  191. - Add IPv6 fragroute support (#388)
  192. - Add IPv6 decoding support to tcpprep (#11)
  193. - Fix compile time error in err.h (#390)
  194. - Add --endpoints support in tcpreplay-edit (#393)
  195. 02/18/2009: Version 3.4.1
  196. - Sendpacket method did not match documentation (#361)
  197. - Fix compile issue on systems without err.h (#363)
  198. - Fix tcpprep --mac not processing non-IPv4 packets (#369)
  199. - Always build tcpreplay w/ editing features as tcpreplay-edit (#372)
  200. - Fix potential tcpbridge issues under OS X & *BSD (#373)
  201. - Fix crash on 4 byte strictly aligned systems (#377)
  202. - Add MTU truncation to tcprewrite/tcpreplay-edit (#379)
  203. 01/15/2009: Version 3.4.0
  204. - Add libdnet and remove libnet support for sending packets (#302)
  205. - Fix numerous 802.11 decoder bugs (#325)
  206. - Fix compile issue under Linux (#326)
  207. - Fix Mbps/sec nonsense (#327)
  208. - Fix tcprewrite crash when packets have no L3+ data (#328)
  209. - Clean up err.c/err.h code and improve performance for non-debug builds (#331)
  210. - Fix timesdiv() timer code (#332)
  211. - Improve high-performance packet sending via multiple packets/interval (#334)
  212. - Fix statistics report errors (#335)
  213. - Fix BPF filters not being used in tcpbridge (#336)
  214. - Improve tcpbridge performance (#337)
  215. - Only use two libpcap handles for tcpbridge (#338)
  216. - Fix autotools usage errors (#340)
  217. - Clean up 'make test' results (#341)
  218. - Update to AutoGen/AutoOpts 5.9.7 (#342)
  219. - Fix compiler warnings from GCC 4.2 (#344)
  220. - Fix numerous memory corruption bugs in libtcpedit DLT plugin code (#345)
  221. - Add support for editing IPv4 TOS/DiffServ/ECN (#348)
  222. - Update autotools to more recent versions (#349)
  223. - Report injection method via -V (#352)
  224. - Fix DLT_USER l2len check bug (#353)
  225. - Replace man2html w/ groff (#354)
  226. - Fix false pcap_inject() detection under Windows/Winpcap (#355)
  227. - tcpbridge now builds under Win32/Cygwin
  228. - libdnet is no longer an option for Win32/Cygwin (#57)
  229. - tcpbridge now supports --listnics (#357)
  230. 06/20/2008: Version 3.3.2
  231. - Fix (again) tcpbridge --unidir assert error (#308)
  232. - Fix tcpbridge bug where all packets that were sent were all zeros
  233. - Fix tcpbridge not honoring --include/exclude flags (#311)
  234. - Fix ip_in_cidr() debug messages (#312)
  235. - Report packets which have timestamps which go backwards in time (#315)
  236. - Clean up --sleep-accel code to use options struct (#316)
  237. - Remove really old and out of date RPM .spec file (#317)
  238. - Warn when sending on non-Ethernet interface (#318)
  239. - Re-enable tcpreplay --listnics (#319)
  240. - Fix sendpacket always reporting using PF_PACKET, even when it doesn't (#322)
  241. - Fix major packet timing issue under old versions of glibc (#324)
  242. 05/17/2008: Version 3.3.1
  243. - Fix limitation of PF_PACKET only supporting Ethernet (#123)
  244. - Fix (again) /dev/bpf detection in FreeBSD 8.0 (#292)
  245. - Document building code from Subversion under Cygwin (#304)
  246. - Fix --enable-force-* under Linux (#305)
  247. - Fix tcpbridge --unidir assert error (#308)
  248. 05/04/2008: Version 3.3.0
  249. - Improve tcpreplay timing accuracy between packets (#41)
  250. - Add tcprewrite fragroute support (#42)
  251. - Fix tcprewrite --efcs option (#277)
  252. - Updated Win32/Cygwin documentation (#280)
  253. - Add dmalloc support (#282)
  254. - Fix tcpprep broken handling of VLAN tagged frames (#290)
  255. - Fix tcprewrite crash when cache file has NO_SEND packets (#291)
  256. - Fix /dev/bpf detection in FreeBSD 8.0 (#292)
  257. - Add tcprewrite --ttl editing option (#294)
  258. - Fix autoconf AM_PROG_CC_C_O warning (#295)
  259. - Add tcpprep --reverse option to split by matching client addresses (#297)
  260. - Update version of autoconf to 1.10.1 (#298)
  261. - Improved GNU Autogen detection and warnings (#299)
  262. - Track EAGAIN errors separately from ENOBUFS (#301)
  263. - Automatically detect Winpcap on Cygwin (#303)
  264. 01/23/2008: Version 3.2.5
  265. - Fix linker error with --enable-tcpreplay-edit and --enable-dynamic-link (#288)
  266. - Fix compile errors with Sun Studio compiler (#286)
  267. 01/16/2008: Version 3.2.4
  268. - Fix crash in tcpreplay when --enable-tcpreplay-edit (#281)
  269. - Display if --enable-tcpreplay-edit in -V (#283)
  270. 11/01/2007: Version 3.2.3
  271. - Fix compile issue under Linux and other OS's (#275)
  272. 10/31/2007: Version 3.2.2
  273. - Enable source MAC spoofing for OS X (#142, #151)
  274. * Tcpreplay now requires OS X 10.5 (Leopard)
  275. - Fix crash/memory access error with tcpreplay -N (#273)
  276. 10/25/2007: Version 3.2.1
  277. - Fix tcprewrite segfault in 'make test' under Linux (#200)
  278. - Major performance improvement in tcpprep for large pcaps (#261)
  279. - Fix strsignal already defined error under Cygwin/Windows (#199)
  280. - Fix compile errors for older versions of GCC (#201)
  281. - Remove flowreplay code (#262)
  282. - Fix DLT rewrite code causing corrupted ethernet protocol type (#268)
  283. - Try to fix inet_aton() issue under Solaris (#260)
  284. 08/26/2007: Version 3.2
  285. - Return a more useful error message when tcpprep fails (#187)
  286. - Add Tomahawk test tool client/server detection algorithm (#186)
  287. - Improved AutoGen support (#191)
  288. - Improved documentation (#164, #198)
  289. - Added Doxygen markup (#176)
  290. - configure now honors --with-tcpdump flag (#192)
  291. - configure now defaults to --enable-64bits which breaks backwards
  292. compatibility in certain situations. Use --disable-64bits if this
  293. concerns you (#195)
  294. - Use safe_free() to detect bugs earlier in development (#197)
  295. 07/19/2007: Version 3.1.1
  296. - Upgrade libopts tearoff to 29:0:4 so that everyone else in the world can
  297. compile tcpreplay (#189)
  298. 07/18/2007: Version 3.1.0
  299. - Add tcprewrite --srcmap & --dstmap for rewriting only source or destination IP's (#185)
  300. - ./configure now reports configuration at end (#155)
  301. - Fix svn:keywords (#160)
  302. - Optimize performance of dlt_en10mb plugin (#161)
  303. - Performance improvements on strictly aligned systems (#162)
  304. - Improve tcpprep error messages and handling (#163)
  305. - Add support for warnings in libtcpedit (#165)
  306. - Only use __attribute__((unused)) w/ GCC (#168)
  307. - Fix compile issues under Solaris (#178)
  308. - Gracefully handle systems w/o static libraries (#179)
  309. - Fix segfault when using BPF filters (#182)
  310. - Add additional DLT Plugins:
  311. - 802.11 (#103)
  312. - 802.11 w/ Radiotap (#177)
  313. 05/01/2007: Version 3.0.1
  314. - Stop tcpreplay causing OS X WiFi from disassociating (#167)
  315. - --pnat incorrectly matched all IP addresses (#170)
  316. - Fix serious memory leak in core common library (#175)
  317. - Fix tcprewrite --enet-vlan on little endian systems (#174)
  318. - Bad pcap timestamps were causing excessive delays (#169)
  319. - Code cleanup (#173)
  320. 04/20/2007: Version 3.0
  321. - By default, no longer try to use libnet. You must now specify --enable-libnet (#148)
  322. - Improve documentation (#30)
  323. - General code cleanup (#47)
  324. - Warn when GNU Autogen version < 5.9 (#153)
  325. - Remove support for pcap_snapshot_override which was never added to libpcap (#140)
  326. - Fix support for C99/GCC 4.3 "inline". Rely on -O3 for better performance. (#149)
  327. - Prioritize 64 bit libraries over 32 bit counterparts (#150)
  328. 04/14/2007: Version 3.0.RC1
  329. - Fix tcpbridge and make it compile by default (#15)
  330. - Fix tcprewrite crash on little-endian systems (#127)
  331. - Gracefully handle broken pcap files where the snaplen < caplen (#130)
  332. - Note: Fix was made in libpcap and will be part of 0.9.6
  333. - Fix numerous bugs with the sendpacket code (#137)
  334. - Add optional support for editing packets with tcpreplay (#61)
  335. - Fix 'make test' on little endian systems (#64)
  336. - tcprewrite -s is no longer endian dependent (#65)
  337. - /docs cleaned up (#66)
  338. - Fix detection/compile of libpcap. Now support versions >= 0.7.2 (#80, #144)
  339. - Add official support Cygwin/Win32 support (#110)
  340. - Clean up libpcap version code (#111)
  341. - Add support for interface alias names for Win32 (#113)
  342. - Warn user on DLT miss-match (#125)
  343. - Fix tcprewrite segfault with --fixlen=pad (#134)
  344. - Add loop/cache support for better performance (#136)
  345. - inline debugging code for better performance (#138)
  346. - configure now supports selecting injection method (#139)
  347. - Fix configure/compile errors under OpenBSD (#146)
  348. - Add tcpbridge --verbose mode (#28)
  349. - Fix compile issues under HP-UX & strictly aligned systems (#141)
  350. - --enable-dynamic-link supports 64bit libraries (#143)
  351. 03/22/2007: Version 3.0.beta13
  352. - Fixed detection of IPv4 packets in libtcpedit on little-endian boxes (#115, #116)
  353. - Fixed TCP/UDP checksum calculation on little-endian boxes (#126)
  354. - Added --quiet flag to tcpreplay for Lothar (#109)
  355. - The --seed flag should now generate the same IPs on both little-endian & big-endian boxes (#65)
  356. - The --skipl2broadcast flag now works as documented (#112)
  357. - Adding L2 header for DLT_RAW encapsulated packets now works (#16)
  358. - Clean up documentation (#66, #75)
  359. - Start initial support for Win32 port (#110, #111)
  360. - Finish DLT plugin rewrite (#82)
  361. - Fix compile on systems without tcpdump installed
  362. 02/22/2007: Version 3.0.beta12
  363. - Fix compile under RH ES 3.x (gcc 3.2.2) (#79)
  364. - Fix compile on MIPS, ARM, HPPA, etc (#81, #88)
  365. - Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82)
  366. - Create Ethernet Plugin (#99)
  367. - Create User Plugin (#100)
  368. - Create Cisco HDLC Plugin (#101)
  369. - Create DLT_LINUX_SLL Plugin (#102)
  370. - Create DLT_RAW Plugin (#104)
  371. - Create DLT_NULL Plugin (#105)
  372. - Create DLT_LOOP Plugin (#106)
  373. - Properly decode ethernet frames when they are VLAN tagged (#84)
  374. - Do not install man2html (#85)
  375. - Add configure --disable-libopts-install option (#86)
  376. - Enhance tcpreplay --oneatatime (#90)
  377. - libtcpedit can now return warnings & errors (#92)
  378. - Fix tcpprep --include/exclude (#96)
  379. - Upgrade AutoGen tearoff (libopts) to latest version (5.9.0) (#97)
  380. - Don't do L4 checksums for non-fragment offset == 0 (#107)
  381. 08/07/2006: Version 3.0.beta11
  382. - Fix distribution to ship missing src/tcpr.h (#73)
  383. - Add support to tcprewrite to alter output file DLT (#74)
  384. - Fix errors in 'make test' (little endian still broken) (#77)
  385. - Tweak Autogen .def files documentation (#78)
  386. 08/05/2006: Version 3.0.beta10
  387. - tcpprep & tcprewrite no longer require root access (#3)
  388. - Develop wrapper API for libnet, libpcap, BPF and PF_PACKET (#4, #24)
  389. - Enhance do_sleep() to support looping for better accuracy (#6)
  390. - Prefer inet_pton over older, deprecated routines (#26)
  391. - Remove libnet as a requirement (#29)
  392. - Optionally don't rewrite broadcast/multicast IP/MAC addresses (#38)
  393. - Remove libnids dependancy for flowreplay (#55)
  394. - Fix build issues when libpcapnav is installed (#56)
  395. - Fix truncate feature not putting correct packet length in IP header (#59)
  396. - Internal error reporting fixes in libtcpedit (#60)
  397. - Support --enable-debug when building under gcc 3.x (#62)
  398. - tcpedit_stub.h wasn't being generated automatically from SVN (#63)
  399. - Fix 'make doxygen' (#67)
  400. - Fix some Makefile issues (#68)
  401. - tcprewrite --endpoints should require a cache file (#70)
  402. - Improve IP randomizer code to be more random (#71)
  403. 07/17/2006: Version 3.0.beta9
  404. - Fix compile issue for users not having AutoOpts installed (#54)
  405. - Fix compile issue for users w/ AutoOpts 5.8.4 (upgrade to 5.8.4)
  406. 07/16/2006: Version 3.0.beta8
  407. - Fix -M running in MBps rather then Mbps
  408. - Fix tcpbridge segfault/bus error reported by Steven Z. (Gerry)
  409. - Improve tcpbridge man page
  410. - Massive tcprewrite fixes & cleanup (#50)
  411. - Much improved README document
  412. - Reorganize packet editing code into a standalone module (tcpedit)
  413. which has been librarized. (#5)
  414. - Strict code cleanup (#27)
  415. - Fix tcpprep from generating bad cache files (#48)
  416. - Add MAC split mode for tcpprep (#1)
  417. - Improve dbg() to list file/line (#32)
  418. - Add tcpprep statistical reports (#2)
  419. - Reorganize flowreplay code (#46)
  420. - Fix conflicting speed_t for Debian (#33)
  421. - Too many other things to document
  422. 08/07/2005: Version 3.0.beta7
  423. - New 'make doxygen' target builds pretty source code docs in
  424. docs/web/doxygen/html
  425. - Fix tcpprep auto/router mode which was sending all packets out the
  426. secondary interface
  427. - Fix endian issue on little-endian systems which made tcpprep think all
  428. packets were not IP
  429. - Improve debugability of tcpprep
  430. - Fix UDP header offset bug in flowreplay
  431. 06/28/2005: Version 3.0.beta6
  432. - Fix rpm .spec file which was still based on tcpreplay 2.x (untested)
  433. - Detect and manually include pcap-bpf.h which fixes compile problem
  434. - Fix tcprewrite -S crash with only one MAC
  435. - Fix tcpreplay using 2nd NIC split mode
  436. - Fix tcpreplay packet counter initialization
  437. - Fix tcpprep to properly handle missing -i and -c with -I and -P
  438. 06/14/2005: Version 3.0.beta5
  439. - Fix --decode flag
  440. - Fix compile under AMD64/RHEL4 where libraries are in /usr/lib64
  441. - tarball now ships with a full test subdir
  442. - Fix compile of src/common/get.c under strictly aligned architectures
  443. - Fix ./configure --enable-64bits flag
  444. - Fix bug on little endian systems which prevented tcprewrite from
  445. editing packets
  446. - Fix tcprewrite linktype checks
  447. - Add --pktlen for when the pcap snaplen lies to us
  448. - Add --enable-dynamic-link for those who want to dynamically link their
  449. libs
  450. 06/05/2005: Version 3.0.beta4
  451. - Really fix compile problems with dlt2desc with old versions of libpcap
  452. - All libraries are now statically linked and full-path #includes. This
  453. should fix problems with people who have different versions of
  454. libraries installed in different locations.
  455. - Fix problems compiling on systems with libpcapnav
  456. - Add support for libpcap 0.5 such as on OpenBSD
  457. - Fix tcpprep --verbose
  458. - Close STDIN prior to re-opening it for certain OS's
  459. 05/04/2005: Version 3.0.beta3
  460. - Fix autoconf problems with --with-libnet
  461. - Fix compile problems with dlt2desc with old versions of libpcap
  462. - Fix compile problem due to not shipping flowreplay_opts.h and
  463. tcpbridge_opts.h
  464. 04/19/2005: Version 3.0.beta2
  465. - Significant improvements to FAQ and manual
  466. - Use autoopts for flowreplay
  467. - Be more cautious about memcpy's
  468. - Fix numerous warnings during compile
  469. - Allow overriding L2 protocol field for DLT_RAW
  470. - tcpprep -I & -P now take the cache filename
  471. - Lots of cleanup
  472. - Added tcpbridge utility
  473. - Fix tcpreplay --mbps which was being interpreted as bps
  474. - Add --no-arg-comment feature for tcpprep
  475. - Improve auto-tests and fix old broken ones
  476. - Fix Makefile errors in the docs directory
  477. - Upgrade libopts tear off to v5.7pre12 which fixes problems with
  478. loading config files
  479. - Add support for forcing the use of the local libopts tearoff code
  480. 02/27/2005: Version 3.0.beta1
  481. - Major code cleanups and rewriting
  482. - Rip out all edit functions from tcpreplay and put into tcprewrite
  483. - Improve tcpreplay performance by about 5% for raw sending
  484. - Move around utility functions for greater code-reuse
  485. - Move MAC Address funcs into mac.c
  486. - Move global defines into defines.h
  487. - Standardize use of structs and typedefs
  488. - Start passing const's when we don't need to modify
  489. - Start using GNU AutoOpts for arg/config file processing
  490. - Start using automake and autoheader
  491. - Major rewrite of configure.in
  492. - Add support for printing which interface packets go out
  493. - 64bit counters are optional via --enable-64bits
  494. - Can now rewrite L2 data per outbound interface
  495. - Add support for additional DLT types
  496. - Non-Code changes
  497. - I now own the full copyright for tcpreplay
  498. - Removed the evil 4th clause from the BSD license
  499. - Start updating the FAQ and split some content to make a manual
  500. - Automatically generate man pages based via autogen
  501. - New Applications:
  502. - tcprewrite
  503. - Removed Applications: (Ethereal has better utilities)
  504. - capinfo
  505. - pcapmerge
  506. - Merge fixes from 2.x/stable branch:
  507. - portmap.c endian bugs
  508. - edit_packet.c handle corrupted pcap's where caplen < len
  509. - configure now properly uses --with-libnet and --with-libpcap
  510. *** Fork 3.x Branch from v2.3.1 ***