Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c packet-smb.c packet.h

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

From: Richard Sharpe <sharpe@xxxxxxxxxxxx>
Date: Sun, 10 Oct 1999 06:51:00 -0500 (CDT)
sharpe      1999/10/10 06:50:55 CDT

  Modified files:
    .                    file.c packet-smb.c packet.h 
  Log:
  Big bunch of fixes to packet-smb.c for things I need.
  
  Also added first pass of state keeping. I am using glib's hash
  functions.
  
  Modelled after packet-ncp.c.
  
  We will need to standardize the <proto>_init_protocol functions called in
  file.c at some stage ...
  
  I will have a couple of more goes at the state keeping before I am finished.
  At the moment, the infrastructure is there but I do nothing with it.
  
  Revision  Changes    Path
  1.104     +2 -1      ethereal/file.c
  1.28      +216 -136  ethereal/packet-smb.c
  1.103     +3 -1      ethereal/packet.h