Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/docsis packet-vendor.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 18 Jul 2003 21:11:34 -0500 (CDT)
guy         2003/07/18 21:11:34 CDT

  Modified files:
    plugins/docsis       packet-vendor.c 
  Log:
  Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"
  should blow up when handed a null pointer on all platforms that map low
  addresses out of the address space, which is most if not all of them at
  this point, and calls to "assert()" cause problems if you mix
  GCC-compiled and Sun-C-compiled code.
  
  Revision  Changes    Path
  1.3       +1 -2      ethereal/plugins/docsis/packet-vendor.c