Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-bgp.c AUTHORS Makefile.am packet-tcp.

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: Fri, 15 Oct 1999 12:00:54 -0500 (CDT)
itojun      1999/10/15 12:00:52 CDT

  Modified files:
    .                    AUTHORS Makefile.am packet-tcp.c packet.h 
  Added files:
    .                    packet-bgp.c 
  Log:
  BGP decoding.  more attributes and NLRIs needs to be added.
  as BGP is a protocol on top of TCP, it may have trouble parsing
  out-of-sync data (in most cases data is aligned on packet, it seems).
  
  Revision  Changes    Path
  1.41      +3 -1      ethereal/AUTHORS
  1.88      +2 -1      ethereal/Makefile.am
  1.37      +6 -2      ethereal/packet-tcp.c
  1.112     +3 -1      ethereal/packet.h