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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date Next Thread Next
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 1 Jul 2000 03:55:35 -0500 (CDT)
guy         2000/07/01 03:55:33 CDT

  Modified files:
    .                    packet-clnp.c packet-clnp.h packet-osi.h 
                         packet-x25.c 
  Log:
  Add support for OSI CLTP.
  
  Redo the way the variable part of COTP and CLTP packets are handled, by
  having a single routine to handle it for all packets, rather than having
  the dissector for each type of packet handle the parameters those
  packets are supposed to have.
  
  Fix "is_LI_NORMAL_AK()" to test (heuristically) whether an AK COTP
  packet is normal rather than extended, rather than testing whether it's
  normal, and invert the test where it's used (i.e. make what it does
  correspond to what its name says, which means we invert the test it
  does, and then change the code that uses it appropriately).
  
  Add support for the "preferred maximum TPDU size" and "inactivity timer"
  parameters, and fix various problems in the dissection of particular
  parameters.
  
  Revision  Changes    Path
  1.9       +761 -723  ethereal/packet-clnp.c
  1.3       +2 -2      ethereal/packet-clnp.h
  1.4       +2 -1      ethereal/packet-osi.h
  1.33      +2 -2      ethereal/packet-x25.c