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

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: Sat, 17 Mar 2001 21:23:32 -0600 (CST)
guy         2001/03/17 21:23:32 CST

  Modified files:
    .                    Makefile.am packet-smb-mailslot.c 
                         packet-smb-pipe.c packet-smb.c 
  Added files:
    .                    packet-smb-mailslot.h packet-smb-pipe.h 
  Log:
  Correctly handle Interim responses to TRANSACTION requests.
  
  Move the declaration of routines exported from "packet-smb-mailslot.c"
  into a "packet-smb-mailslot.h" header file, and have modules that import
  those routines include "packet-smb-mailslot.h" rather than declaring the
  routines themselves; do the same for routines exported from
  "packet-smb-pipe.c".  Make routines not exported static, and make
  routines that return a true/false return value "gboolean" rather than
  "guint32".
  
  Revision  Changes    Path
  1.292     +3 -1      ethereal/Makefile.am
  1.10      +17 -15    ethereal/packet-smb-mailslot.c
  1.16      +75 -24    ethereal/packet-smb-pipe.c
  1.80      +45 -11    ethereal/packet-smb.c