Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-osi.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: Sat, 15 Apr 2000 02:27:03 -0500 (CDT)
guy         2000/04/15 02:27:01 CDT

  Modified files:
    .                    packet-osi.c 
  Log:
  Alas, one can't count on CLNP packets with a destination NSEL of 0x21
  being COTP packets, so we make "dissect_cotp_internal()" return FALSE if
  it saw no valid COTP packets, and return TRUE and set the COL_PROTOCOL
  field to COTP if it saw at least one valid COTP packet, and have
  "dissect_cotp()" dissect the packet as raw data if
  "dissect_cotp_internal()" returns FALSE (for the benefit of callers such
  as X.25).
  
  Revision  Changes    Path
  1.28      +31 -17    ethereal/packet-osi.c