Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal nlpid.h packet-cdp.c Makefile.am packet-osi.

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: Wed, 12 Jan 2000 18:41:17 -0600 (CST)
guy         2000/01/12 18:41:15 CST

  Modified files:
    .                    packet-cdp.c Makefile.am packet-osi.c 
  Added files:
    .                    nlpid.h 
  Log:
  Export the list of OSI NLPIDs in "nlpid.h", for use by the CDP
  dissector.
  
  Add a "value_string" table for NLPIDs to the OSI dissector, and export
  it for use by the CDP dissector.
  
  Fix the CDP dissector as per the documentation in
  
  	http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.htm
  
  and as per some traces we have with CDP data in them.
  
  Revision  Changes    Path
  1.18      +311 -77   ethereal/packet-cdp.c
  1.149     +2 -1      ethereal/Makefile.am
  1.14      +19 -14    ethereal/packet-osi.c