Ethereal-cvs: [Ethereal-cvs] rev 15251: /trunk/epan/dissectors/: 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.

Date: Sat, 06 Aug 2005 21:38:44 GMT
User: guy
Date: 2005/08/06 04:38 PM

Log:
 If a dissector writer directly throws DissectorError, don't punish the
 user by crashing due to a null pointer dereference, punish the dissector
 writer by saying he or she didn't bother providing an explanation of the
 error.
 
 The exception message isn't a const string any more; make the
 "exception_message" argument to "show_exception()" a "char *", not a
 "const char *".

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +26 -16    packet-frame.c    Modified
  +1 -1      packet-frame.h    Modified

Directory: /trunk/epan/
  Changes    Path            Action
  +3 -3      exceptions.h    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15251&view=rev