Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap airopeek9.c file_access.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 5 Feb 2004 20:11:52 -0600 (CST)
guy         2004/02/05 20:11:52 CST

  Modified files:
    wiretap              airopeek9.c file_access.c 
  Log:
  V9 format appears to be used by some versions of EtherPeek, too.
  
  The MediaType field seems to be 0 for the Ethernet captures; however,
  the MediaSubType field is different.
  
  The fields in the header are different - we can't use hard-coded offsets
  for the fields, we have to process them as a sequence of tag/value
  items.
  
  Rename some routines to use the same naming convention as the V9 open
  routine rather than the same convention as the V5/V6/V7 read and
  seek/read routines.
  
  Revision  Changes    Path
  1.6       +218 -85   ethereal/wiretap/airopeek9.c
  1.10      +2 -2      ethereal/wiretap/file_access.c