Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap etherpeek.c file.c wtap.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: Wed, 23 Jan 2002 00:32:53 -0600 (CST)
guy         2002/01/23 00:32:53 CST

  Modified files:
    wiretap              etherpeek.c file.c wtap.h 
  Log:
  Get rid of "m"/"M" and other Macintosh references in names - it appears
  that EtherPeek for Windows uses the same format as EtherPeek for MacOS,
  so the code isn't specific to the MacOS version.
  
  Check the physMedium value in the secondary header, and leave a
  placeholder for a value of 1, which is presumably used in AiroPeek
  captures.
  
  Treat unknown mediaType and physMedium values as indications that we
  don't have a *Peek file, not as unsupported *Peek files - we need all
  the heuristics we can get.
  
  Revision  Changes    Path
  1.13      +167 -99   ethereal/wiretap/etherpeek.c
  1.80      +3 -3      ethereal/wiretap/file.c
  1.101     +3 -3      ethereal/wiretap/wtap.h