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

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, 29 Oct 2002 00:12:37 -0600 (CST)
guy         2002/10/29 00:12:36 CST

  Modified files:
    wiretap              netxray.c 
  Log:
  Some fields that are treated as 16-bit or 8-bit fields followed by
  unknown bytes might actually be 32-bit fields.
  
  The field after the upper 32 bits of the time stamp of the capture start
  appears to be the speed of the network, in bits/second.
  
  Put in a field for the rest of the file header, as a bunch of 32-bit
  values (most fields are 32 bits, and all of them might be, in that
  header), for use when reverse-engineering.
  
  At least in version 002.x of NetXRay-format captures, WAN captures might
  be ISDN captures; treat all WAN version 002.x captures as ISDN captures
  for now, until we see some captures where that's wrong (and thus stand a
  chance of figuring out where in the file header it indicates what type
  of capture it is).
  
  Revision  Changes    Path
  1.61      +83 -14    ethereal/wiretap/netxray.c