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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 4 Dec 1999 05:32:31 -0600 (CST)
guy         1999/12/04 05:32:29 CST

  Modified files:
    .                    file.c file.h 
  Log:
  To find out the file's packet encapsulation type (which could be
  WTAP_ENCAP_PER_PACKET, if there's more than one type of packet in the
  file, or could be WTAP_ENCAP_UNKNOWN, if the file is of a type that
  doesn't put an encapsulation type in the file header, and it has no
  packets), we just need to call "wtap_file_encap()" when we're done
  reading the file.
  
  Revision  Changes    Path
  1.134     +12 -15    ethereal/file.c
  1.60      +1 -2      ethereal/file.h