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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 20 Feb 2004 18:22:16 -0600 (CST)
guy         2004/02/20 18:22:16 CST

  Modified files:
    .                    packet-ieee8023.c 
  Log:
  Handle exceptions the same way we handle them in the DCE RPC dissector -
  rethrow BoundsError, call "show_exception()" for all other errors, and
  then fall through to dissect the trailer outside the TRY/CATCH/ENDRY
  construct.
  
  Revision  Changes    Path
  1.8       +14 -32    ethereal/packet-ieee8023.c