Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-mip.c

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: Wed, 14 Feb 2001 14:03:05 -0600 (CST)
guy         2001/02/14 14:03:05 CST

  Modified files:
    .                    packet-mip.c 
  Log:
  Get rid of the "CHECK_DISPLAY_AS_DATA()" call and the setting of
  "pinfo->current_proto" - this routine is called only through a dissector
  table, and the code to call through a dissector table does that stuff
  for you.
  
  Clear the Info column before doing anything that could throw an
  execption, so that if an exception is thrown the display doesn't show
  junk left over from the protocol above us.
  
  Get rid of the GCCism "case N ... M".
  
  Revision  Changes    Path
  1.15      +10 -7     ethereal/packet-mip.c