Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c packet-sna.c packet-socks.c packet.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: Thu, 13 Apr 2000 15:39:32 -0500 (CDT)
gram        2000/04/13 15:39:29 CDT

  Modified files:
    .                    file.c packet-sna.c packet-socks.c 
                         packet.c packet.h print.c summary.c 
                         tethereal.c 
  Log:
  Consolidate flags in struct frame_data, and add "visited" flag. Use
  it in SOCKS dissector.
  
  (Okay, how many times am I going to modify packet.h today, forcing you
  to re-compile everything? :-)
  
  Revision  Changes    Path
  1.182     +13 -12    ethereal/file.c
  1.13      +2 -2      ethereal/packet-sna.c
  1.3       +2 -7      ethereal/packet-socks.c
  1.76      +3 -1      ethereal/packet.c
  1.181     +8 -5      ethereal/packet.h
  1.29      +2 -2      ethereal/print.c
  1.17      +2 -2      ethereal/summary.c
  1.25      +4 -3      ethereal/tethereal.c