Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-llc.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: Thu, 11 Jan 2001 01:24:18 -0600 (CST)
guy         2001/01/11 01:24:18 CST

  Modified files:
    .                    packet-llc.c 
  Log:
  "dissect_llc()" is called for RFC 2684 LLC Encapsulation over ATM, so
  LLC *does* have to support bridged frames over ATM; the correct bridge
  padding is 2 (well, except for bridged 802.6 frames, but, if we ever
  support that, we just wouldn't add "bridge_pad" to "offset+5" when
  constructing the next tvbuff).
  
  Revision  Changes    Path
  1.80      +2 -12     ethereal/packet-llc.c