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: Thu, 9 Nov 2000 03:15:41 -0600 (CST)
guy         2000/11/09 03:15:40 CST

  Modified files:
    .                    packet-giop.c 
  Log:
  If the packet doesn't have at least GIOP_HEADER_SIZE worth of data
  available, don't try to create a tvbuff for the GIOP header - that'll
  throw an exception before we even get to look at the packet to see if
  it's a GIOP packet.  Instead, just return FALSE, as we don't have enough
  data to determine whether it's a GIOP packet or not.
  
  Revision  Changes    Path
  1.21      +8 -1      ethereal/packet-giop.c