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: Gerald Combs <gerald@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Oct 2002 22:47:48 -0500 (CDT)
gerald      2002/10/14 22:47:48 CDT

  Modified files:
    .                    packet-bgp.c packet-bgp.h 
  Log:
  Fix more typing issues.  Pull the marker, length, and type individually
  instead of copying them into a struct.  Remove the "bgp" struct, as it is
  no longer used.  Gracefuly (more than before, at least) handle a zero
  packet length.
  
  Revision  Changes    Path
  1.70      +37 -33    ethereal/packet-bgp.c
  1.21      +1 -8      ethereal/packet-bgp.h