Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am packet-clnp.c packet-osi-options

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: Sat, 18 Nov 2000 22:14:28 -0600 (CST)
guy         2000/11/18 22:14:28 CST

  Modified files:
    .                    Makefile.am packet-clnp.c 
                         packet-osi-options.c packet-osi.c 
                         packet-x25.c 
  Removed files:
    .                    packet-clnp.h 
  Log:
  Register the OSI transport dissector by name, and make it static.
  "packet-clnp.h" no longer exports anything, so remove it.
  
  Have the X.25 dissector call subdissectors through dissector handles
  (now that all the dissectors it uses are registered by name).
  
  Revision  Changes    Path
  1.250     +1 -2      ethereal/Makefile.am
  1.15      +4 -3      ethereal/packet-clnp.c
  1.4       +1 -2      ethereal/packet-osi-options.c
  1.37      +1 -2      ethereal/packet-osi.c
  1.38      +23 -11    ethereal/packet-x25.c