Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-gssapi.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, 31 Aug 2002 15:09:26 -0500 (CDT)
guy         2002/08/31 15:09:26 CDT

  Modified files:
    .                    packet-gssapi.c 
  Log:
  Catch exceptions thrown while dissecting the GSS-API stuff, so that we
  don't abort dissection of the entire packet if we get a
  ReportedBoundsError while dissecting an authentication blob - the
  authentication blob might be in the middle of a packet, and if it's too
  short, that doesn't mean that the stuff *after* it shouldn't be
  dissected.
  
  Revision  Changes    Path
  1.12      +140 -120  ethereal/packet-gssapi.c