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

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: Sun, 16 Apr 2000 20:36:38 -0500 (CDT)
guy         2000/04/16 20:36:35 CDT

  Modified files:
    .                    packet-clnp.c packet-clnp.h packet-esis.c 
                         packet-esis.h packet-isis.c packet-isis.h 
                         packet-osi.c 
  Log:
  Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,
  and have dissectors for protocols that run at the OSI network layer
  register themselves with it using "dissector_add()".
  
  Make various dissectors static if they can be, and remove from header
  files declarations of those dissectors.
  
  Revision  Changes    Path
  1.3       +9 -2      ethereal/packet-clnp.c
  1.2       +1 -3      ethereal/packet-clnp.h
  1.2       +8 -2      ethereal/packet-esis.c
  1.2       +1 -4      ethereal/packet-esis.h
  1.8       +8 -2      ethereal/packet-isis.c
  1.4       +1 -4      ethereal/packet-isis.h
  1.33      +16 -11    ethereal/packet-osi.c