Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-vlan.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: Sun, 12 Nov 2000 22:44:15 -0600 (CST)
guy         2000/11/12 22:44:15 CST

  Modified files:
    .                    packet-vlan.c 
  Log:
  If the packet inside the VLAN packet isn't an Ethernet packet - i.e., if
  the type/length field has a value 1500 or less, and thus is a length
  field rather than an Ethernet type field - give the next dissector only
  that many bytes, and put an entry in the VLAN protocol tree for the
  padding.
  
  Revision  Changes    Path
  1.22      +60 -9     ethereal/packet-vlan.c