Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal 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: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 17:04:03 -0600 (CST)
guy         2002/01/30 17:04:03 CST

  Modified files:
    .                    packet-bgp.c packet-bgp.h 
  Log:
  Just use "val_to_str()" to generate names for communities whose values
  are in the reserved region (which also fixes a bug where we weren't
  printing the value for the NO_ADVERTISE community correctly).
  
  Revision  Changes    Path
  1.54      +16 -21    ethereal/packet-bgp.c
  1.17      +3 -3      ethereal/packet-bgp.h