Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am packet-atm.c packet-sscop.c pack

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, 26 May 2001 23:50:52 -0500 (CDT)
guy         2001/05/26 23:50:52 CDT

  Modified files:
    .                    Makefile.am packet-atm.c packet-sscop.c 
  Removed files:
    .                    packet-sscop.h 
  Log:
  Call the SSCOP dissector through a handle.  That lets us get rid of the
  CHECK_DISPLAY_AS_DATA call and code to set "pinfo->current_proto", as
  "call_dissector()" does that for us.
  
  Revision  Changes    Path
  1.325     +1 -2      ethereal/Makefile.am
  1.34      +6 -4      ethereal/packet-atm.c
  1.14      +3 -6      ethereal/packet-sscop.c