Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am Makefile.in follow.c menu.c

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 16 Jul 1999 23:19:13 -0500 (CDT)
gram        1999/07/16 23:19:10 CDT

  Modified files:
    .                    Makefile.am Makefile.in follow.c menu.c 
                         packet-ip.c packet-ipx.c packet-tcp.c 
                         proto.c 
  Log:
  Added just enough fields to TCP to support "Follow TCP Stream". It works now.
  Added the protocol IDs for ipx and IGMP, but not their fields.
  
  Revision  Changes    Path
  1.41      +0 -3      ethereal/Makefile.am
  1.48      +0 -4      ethereal/Makefile.in
  1.12      +3 -3      ethereal/follow.c
  1.26      +2 -2      ethereal/menu.c
  1.30      +41 -4     ethereal/packet-ip.c
  1.22      +22 -8     ethereal/packet-ipx.c
  1.27      +42 -11    ethereal/packet-tcp.c
  1.3       +7 -1      ethereal/proto.c