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@xxxxxxxxxxxxxxxxx>
Date: Mon, 7 Jul 2003 16:08:50 -0500 (CDT)
guy         2003/07/07 16:08:50 CDT

  Modified files:
    wiretap              netxray.c 
  Log:
  A couple of captures have been seen with the first (low-order) byte of
  the network type being 1 and the byte after it being 2; we assume, for
  now, that the network type is 1 byte, and that if the byte after it is
  0, the network type is an NDIS type - 1, and if it's 2, it's an NDIS type.
  
  Revision  Changes    Path
  1.82      +94 -41    ethereal/wiretap/netxray.c