Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/mgcp packet-mgcp.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: Mon, 22 Jan 2001 02:54:08 -0600 (CST)
guy         2001/01/22 02:54:08 CST

  Modified files:
    plugins/mgcp         packet-mgcp.c 
  Log:
  Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="
  statements.
  
  Move the setting of the Protocol column in various dissectors before
  anything is fetched from the packet, and also clear the Info column at
  that point in those and some other dissectors, so that if an exception
  is thrown, the columns don't reflect the previous protocol.
  
  Revision  Changes    Path
  1.15      +10 -5     ethereal/plugins/mgcp/packet-mgcp.c