Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-frame.c packet-frame.h

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 23 Oct 2003 00:01:39 -0500 (CDT)
guy         2003/10/23 00:01:39 CDT

  Modified files:
    .                    packet-frame.c packet-frame.h 
  Log:
  Add a "show_exception()" routine that takes an exception code as an
  argument, and puts the appropriate exception indication into the tree.
  
  In "dissect_frame()", do a CATCH_ALL for exceptions, and pass the
  exception code to "show_exception()".
  
  Revision  Changes    Path
  1.40      +20 -7     ethereal/packet-frame.c
  1.6       +7 -1      ethereal/packet-frame.h