Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-scsi.c packet-scsi.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: Tue, 12 Feb 2002 17:52:35 -0600 (CST)
guy         2002/02/12 17:52:35 CST

  Modified files:
    .                    packet-scsi.c packet-scsi.h 
  Log:
  Move all the stuff in "packet-scsi.h" that's solely for the use of
  "packet-scsi.c" into "packet-scsi.c"; the iSCSI dissector doesn't need
  its own versions of a pile of static data structures used only by
  "packet-scsi.c", nor does it need a pile of typedefs and #defines used
  only by "packet-scsi.c".
  
  The iSCSI dissector *does* use "scsi_status_val", so make that
  non-static, and export it from "packet-scsi.h".
  
  Revision  Changes    Path
  1.4       +926 -1    ethereal/packet-scsi.c
  1.2       +2 -924    ethereal/packet-scsi.h