Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal oui.h Makefile.am packet-q2931.c packet-atm.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 28 Dec 1999 23:20:08 -0600 (CST)
guy         1999/12/28 23:20:05 CST

  Modified files:
    .                    Makefile.am packet-q2931.c packet-atm.c 
                         packet-llc.c 
  Added files:
    .                    oui.h 
  Log:
  Put a list of known OUIs in "oui.h", along with a declaration of
  "value_string" array for OUIs.
  
  Add the OUI for the ATM Forum to that list.
  
  Handle the OUI for the ATM Forum in the layer 3 information for ISO TR
  9577 in a Broadband Low Layer Information information element (for ATM
  LANE).
  
  Add an initial version of the dissection of TLV values in LANE LE
  Control frames (I have no frames with TLV values against which to test
  it, alas).
  
  Revision  Changes    Path
  1.140     +2 -1      ethereal/Makefile.am
  1.6       +29 -5     ethereal/packet-q2931.c
  1.11      +68 -6     ethereal/packet-atm.c
  1.36      +6 -7      ethereal/packet-llc.c