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

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, 13 Dec 1999 03:56:44 -0600 (CST)
itojun      1999/12/13 03:56:40 CST

  Modified files:
    .                    packet-bgp.c 
  Log:
  fix parser for option part in bgp open message.
  struct for bgp open message is not round in size (29 bytes), so we can't
  use sizeof for it.
  
  Revision  Changes    Path
  1.14      +3 -1      ethereal/packet-bgp.c