Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal AUTHORS packet-bgp.c packet-bgp.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jun-ichiro itojun Hagino <itojun@xxxxxxxxxxxx>
Date: Mon, 22 Nov 1999 01:05:27 -0600 (CST)
itojun      1999/11/22 01:05:24 CST

  Modified files:
    .                    AUTHORS packet-bgp.c packet-bgp.h 
  Log:
  bgp updates from Greg.
  
  - now prints RFC1771 withdrawn prefixes
  - COMMUNITIES are now fully supported
  - AS_PATH fixes (output formatting, used snprintf and not sprintf,
                   AS_PATH broken into separate subtree, and for now will
                   ignore confederation types until we support them)
  - AGGREGATOR fixes, now prints again in tree header
  - made capitalization consistent (first words capitalized, rest lower
  case)
  - lots more commenting
  - other minor corrections
  - started work on route reflector attributes
  
  From: Greg Hankins <gregh@xxxxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.61      +2 -2      ethereal/AUTHORS
  1.11      +298 -103  ethereal/packet-bgp.c
  1.5       +23 -14    ethereal/packet-bgp.h