Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-llc.c packet-llc.h

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: Wed, 27 Aug 2003 20:29:16 -0500 (CDT)
guy         2003/08/27 20:29:16 CDT

  Modified files:
    .                    packet-llc.c packet-llc.h 
  Log:
  Add an API to let a dissector register a dissector table and field for a
  given OUI; the field is used when the PID for that OUI is put into the
  protocol tree, and the dissector table is used to find a dissector for
  that PID.
  
  Not yet used, thus not yet tested; API is subject to change.
  (Eventually, several of the cases in the big switch statement in
  "dissect_llc()" should be handled by registering information for those
  OUIs.)
  
  Revision  Changes    Path
  1.112     +72 -3     ethereal/packet-llc.c
  1.10      +6 -1      ethereal/packet-llc.h