Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-giop.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: Sat, 11 Nov 2000 21:11:25 -0600 (CST)
guy         2000/11/11 21:11:24 CST

  Modified files:
    .                    packet-giop.c 
  Log:
  Don't set the "Protocol" column to "GIOP" until we've decided that the
  packet is a GIOP packet.
  
  If it has a GIOP header but doesn't have a version number we handle,
  accept it as a GIOP packet; if we don't do that, we should simply return
  FALSE *without* changing any of the columns or putting anything into the
  protocol tree.
  
  Revision  Changes    Path
  1.23      +11 -9     ethereal/packet-giop.c