Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ieee80211.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: Sat, 21 Jul 2001 01:30:22 -0500 (CDT)
guy         2001/07/21 01:30:21 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  I guess some bridges take Netware Ethernet_802_3 frames, which are 802.3
  frames (with a length field rather than a type field, but with no 802.2
  header in the payload), and just stick the payload into an 802.11 frame.
  I've seen captures that show frames of that sort.
  
  This means we have to do the same check for Netware 802.3 - or, if you
  will, "Netware 802.11" - that we do in the Ethernet dissector, i.e.
  checking for 0xffff as the first four bytes of the payload and, if we
  find it, treating it as an IPX frame.
  
  Revision  Changes    Path
  1.37      +49 -4     ethereal/packet-ieee80211.c