Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ethertype.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:33:31 -0600 (CST)
guy         2004/02/20 18:33:31 CST

  Modified files:
    .                    packet-ethertype.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.44      +31 -35    ethereal/packet-ethertype.c