CHANGELOG 32 KB

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