Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-osi.c packet-isis.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: Thu, 13 Apr 2000 03:14:41 -0500 (CDT)
guy         2000/04/13 03:14:38 CDT

  Modified files:
    .                    packet-osi.c packet-isis.c 
  Log:
  Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather than
  in its caller.
  
  Set the COL_PROTOCOL column to "COTP" in the COTP dissector, rather than
  in the dissectors it calls, so that it's done for all frames we hand to
  that dissector.
  
  Set the COL_INFO field for COTP packets we don't dissect because the
  length indicator is zero, or the frame is too short, or the PDU type is
  bogus.
  
  Revision  Changes    Path
  1.26      +15 -26    ethereal/packet-osi.c
  1.6       +4 -1      ethereal/packet-isis.c