ChangeLog 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. ==========================================================
  2. The current maintainer of this library is the
  3. RIPE NCC information services department.
  4. You can reach us at https://bitbucket.org/ripencc/bgpdump
  5. PLEASE DO NOT E-MAIL INDIVIDUAL DEVELOPERS ABOUT
  6. ISSUES, AS YOUR E-MAIL MAY BE LOST
  7. ==========================================================
  8. 2015-10-08 Alexis Fasquel <alexis@pch.net>
  9. * Adding support for Extended Timestamp MRT Header corresponding to MRT type BGP4MP_ET
  10. Note that this changes the semantics of the output of bgpdump - when a messages
  11. with Extended Timestamp MRT Header is parsed, the microseconds attribute
  12. is appended to the timestamp (.xxxxxx)
  13. 2015-09-19 Colin Petrie <cpetrie@ripe.net>
  14. * Adding support for BGP4MP_MESSAGE_LOCAL and BGP4MP_MESSAGE_AS4_LOCAL subtypes
  15. Note that this changes the semantics of the output of bgpdump - when an entry is
  16. prefixed by BG4MP_LOCAL (-m/-M) then the output fields are the *destination* IP/AS
  17. rather than the source.
  18. 2015-07-16 Max Lapan <mlapan@ripe.net>
  19. * -p option to show packet index
  20. 2011-01-25 Devin Bayer <dbayer@ripe.net>
  21. * move development to bitbucket
  22. 2010-10-21 Devin Bayer <dbayer@ripe.net> v1.4.99.13
  23. * fix configure script for Darwin
  24. 2010-09-24 Devin Bayer <dbayer@ripe.net> v1.4.99.12
  25. * Remove --disable-ipv6 flag
  26. * Fix parsing of IPv6 NEXT_HOP attributes
  27. * Add clearer command-line options
  28. * Add logging to STDERR
  29. * Add dumping to files instead of STDOUT
  30. * Add regression test suite
  31. 2009-11-24 Roman Kalyakin <roman@ripe.net> v1.4.99.11
  32. * Fixed incorrect output when running with -m which was
  33. introduced by a change in one of the previous versions.
  34. (issue IS-439)
  35. 2009-10-13 Ruben van Staveren <ruben@ripe.net>
  36. * Fix segfaults with empty AS path on -m/-M
  37. (issue IS-292)
  38. Patch contributed by Lorenzo Colitti <lorenzo@google.com>
  39. 2009-07-29 Erik Romijn <eromijn@ripe.net>
  40. * Fixing incorrect as path length count in case of AS_(CONFED_)SEQUENCE
  41. (issue IS-141)
  42. Patch contributed by Toby Ehrenkranz <tehrenkr@cs.uoregon.edu>
  43. * Added support for the ORIGINATOR_ID and CLUSTER_LIST attributes
  44. (issue IS-181)
  45. Patch contributed by Maurizio Pizzonia <pizzonia@dia.uniroma3.it>
  46. * Fixed signedness of MED and localpref (issue IS-180)
  47. Patch contributed by Steve Hill <cheesy@sackheads.org>
  48. * Implemented conditional checking for compression libraries (issue IS-179)
  49. Patch contributed by Steve Hill <cheesy@sackheads.org>
  50. 2009-07-27 Ruben van Staveren <ruben@ripe.net>
  51. * Enabled extra compiler warnings
  52. * Fixed some potentially unsafe constructs (pointer arithmetic,
  53. signed/unsigned comparisons, shadowed variables)
  54. 2009-07-22 Ruben van Staveren <ruben@ripe.net>
  55. * Fixed a case where during -M dumps aspaths where printed for entries that
  56. did not have their BGP_ATTR_AS_PATH flag set. Such entries will now print
  57. an empty field. Reported by many people.
  58. * Changed -fpic to -fPIC: newer gccs coerce -fpic to -fPIC any way.
  59. difference is that with -fpic the global offset table has a maximum size
  60. * Fixed nit in getopt handling
  61. * Added distclean target
  62. * In bgpdump_free_mp_info(), set pointers to NULL after freeing them.
  63. Reported by Robert Kisteleki <robertk@ripe.net>
  64. * Default output for 32bit ASN numbers is now ASPLAIN
  65. 2008-02-01 Erik Romijn <eromijn@ripe.net>
  66. * Fixed a few memleaks based on a patch from
  67. Antony Antony <antony@phenome.org>
  68. (Ticket NCC#2007064868)
  69. * Fixed compiling with --disable-ipv6 based on a patch
  70. from Haniff Rahbari <hnrahbari@yahoo.com>
  71. (Ticket NCC#2007111325)
  72. * Fixed a few warnings, mostly based on a patch from
  73. Bruno Quoitin <bruno.quoitin@uclouvain.be>
  74. (Ticket NCC#2007123069)
  75. * Made bgpdump's usage message nicer
  76. 2007-06-21 Erik Romijn <eromijn@ripe.net>
  77. * Fixed incorrect dump time display for some cases
  78. 2007-06-06 Erik Romijn <eromijn@ripe.net>
  79. * Set proper compile options to work on Mac OS X 10.4
  80. 2007-06-01 Erik Romijn <eromijn@ripe.net>
  81. * Fixed several bugs in 64-bit PC support and added
  82. bzip2 support, credit goes to
  83. Bernhard Tellenbach <betellen@tik.ee.ethz.ch>
  84. for providing patches.
  85. * Fixed incorrect IPv6 nexthops in -M/-m output
  86. 2007-03-29 Erik Romijn <eromijn@ripe.net>
  87. * Fixed a serious segfault in the insertion of update dumps
  88. 2007-03-28 Erik Romijn <eromijn@ripe.net>
  89. * Fixed a large memory leak in TABLE_DUMP_V2 processing
  90. 2007-03-27 Erik Romijn <eromijn@ripe.net>
  91. * Fixed a bug causing segfaults on processing some MP_REACH_NLRI's
  92. 2007-03-09 Erik Romijn <eromijn@ripe.net>
  93. * Updated TABLE_DUMP_V2 support to comply with draft-ietf-grow-mrt-04
  94. 2007-03-07 Erik Romijn <eromijn@ripe.net>
  95. * Built in TABLE_DUMP_V2 support
  96. * Rename ..MESSAGE32 to ..MESSAGE_AS4
  97. * Fixed bug where -M always crashed
  98. 2007-02-01 Erik Romijn <eromijn@ripe.net>
  99. * Minor fix in ASN32 support
  100. 2006-10-20 Lorenzo Colitti <lorenzo@ripe.net>
  101. * Implement ASN32 support
  102. 2005-11-08 Young Hyun <youngh@caida.org>
  103. * IPv6 prefixes were not printed properly by bgpdump.
  104. 2004-02-10 Lorenzo Colitti <lorenzo@ripe.net>
  105. * Fix a stupid crash when reading truncated prefixes.
  106. 2004-02-09 Lorenzo Colitti <lorenzo@ripe.net>
  107. * Decode unknown attributes properly.
  108. * Fix a crash when reading truncated prefixes.
  109. 2004-02-04 Hong-wei Kong <hong-wei_kong@agilent.com>
  110. * Add a new option (-t dump|change) to bgpdump. If '-t dump' is
  111. specified, then the decoding result with '-m' / '-M' option will
  112. show the timestamp when these routes are dumped. If '-t change' is
  113. specified, then the decoding result with '-m' / '-M' option will
  114. show the timestamp when the routes were last time changed. This
  115. option only works with routing table dumps.
  116. 2004-01-16 Lorenzo Colitti <lorenzo@ripe.net>
  117. * Fix compile errors under cygwin (only IPv4 works though)
  118. 2003-12-18 Hong-Wei Kong <hong-wei_kong@agilent.com>
  119. * Added support for dumping BGP routing table entries in
  120. machine-readable format (-m). Previously -m was only supported
  121. for BGP messages
  122. 2003-12-16 Shufu Mao <msf98@mails.tsinghua.edu.cn>
  123. * Revised the decoding of BGP routing table dump to make the result
  124. identical to route_btoa
  125. 2003-12-15 Lorenzo Colitti <lorenzo@ripe.net>
  126. * Proper autoconf support: check for features instead of target
  127. systems, remove extra .h files and only use configure.in, use
  128. Makefile.in instead of Make.include, link both static and
  129. shared library, check for ar and ranlib, etc.
  130. * Changed INET6 to BGPDUMP_HAVE_IPV6
  131. (N.B. Docs are not updated yet)
  132. * Fixed possible endianness issues on Sparc.
  133. * Fixed a crash while decoding NOTIFICATION messages
  134. 2003-11-26 Shufu Mao <msf98@mails.tsinghua.edu.cn>
  135. * Workaround for zebra "NOIP" bug
  136. * Preliminary autoconf support (./configure; make)
  137. * Added option to disable IPv6. If this option is specified to
  138. ./configure, the library is compiled without IPv6 support.
  139. The default is to turn on IPv6 if the necessary headers are
  140. available.
  141. 2003-11-25 Lorenzo Colitti <lorenzo@ripe.net>
  142. * Added support for OPEN and NOTIFICATION messages.
  143. * Better workarounds for corrupt data produced by zebra/quagga bugs.
  144. * The library now keeps track of how many records were parsed and how
  145. many were successfully parsed.
  146. * Better error reporting. Now an error will be logged through syslog
  147. whenever a record cannot be decoded.
  148. * Agilent Labs contributed bgpdump, a tool which emulates route_btoa
  149. using libbgpdump. This should be a drop-in replacement for people
  150. currently using route_btoa and supports IPv6 on all platforms.
  151. 2003-10-15 Lorenzo Colitti <lorenzo@ripe.net>
  152. * 1.3.1 beta released
  153. * Added support for reading from gzipped input files and gzipped stdin.
  154. NOTE: this means you must now link with zlib!
  155. * Changed Makefile to build a shared library by default.
  156. * Renamed test program from test2 to testbgpdump.
  157. 2003-10-15 Lorenzo Colitti <lorenzo@ripe.net>
  158. * 1.3 beta released
  159. * Added IPv6 support. Note that this changes some interfaces!
  160. See README.ipv6 for details.
  161. * Set announce and withdraw arrays to NULL to avoid segfaults if there
  162. is a parse error.
  163. * Change mstream behaviour so it always returns zero bytes if reading
  164. past the end of a packet. This eliminates non-deterministic
  165. behaviour (random segfaults, infinite loops, ...) when parsing
  166. corrupt data, including the consequences of the zebra "update packet
  167. truncated at 4096 bytes" bug.
  168. * Other fixes to handle corrupt data better.
  169. * Other miscellaneous fixes.