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

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, 4 Jan 2003 20:50:24 -0600 (CST)
guy         2003/01/04 20:50:24 CST

  Modified files:
    .                    packet-clnp.c 
  Log:
  Get rid of global variables - pass them as arguments.
  
  Rename the "osi_decode_" routines "ositp_decode_", to indicate that
  they're for OSI COTP and CLTP.
  
  Fetch the dst_ref field in each dissector, rather than globally, as not
  all PDUs have it.  In particular, DT PDUs don't have it in classes 0 and
  1, so don't put it into the summary line for class 0 and 1 COTP.
  
  Register the CLNP dissector for use by the X.25 dissector.
  
  Revision  Changes    Path
  1.63      +79 -57    ethereal/packet-clnp.c