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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 13 Apr 2003 18:58:38 -0500 (CDT)
guy         2003/04/13 18:58:38 CDT

  Modified files:
    .                    packet-smb-pipe.c packet-smb.c smb.h 
  Log:
  "dcerpc_fragment_table" is used only in packet-smb-pipe.c, except for
  the call to initialize it; move the call to initialize it to the
  registration routine for the dissector that uses it, move the definition
  of ""dcerpc_fragment_table" to packet-smb-pipe.c, make it static, and
  remove the declaration of it from smb.h.
  
  Add some casts to squelch compiler complaints.
  
  Revision  Changes    Path
  1.91      +14 -5     ethereal/packet-smb-pipe.c
  1.323     +1 -9      ethereal/packet-smb.c
  1.52      +1 -2      ethereal/smb.h