Wireshark-commits: [Wireshark-commits] rev 40022: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 28 Nov 2011 16:23:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40022

User: wmeier
Date: 2011/11/28 08:23 AM

Log:
 Use __except(EXCEPTION_EXECUTE_HANDLER) rather than __except(TRUE);
 
  Strictly speaking, it appears that __except(EXCEPTION_EXECUTE_HANDLER)
  rather than __exept(TRUE) should be used altho in actuality there's
  no difference since TRUE (as defined by GLIB) == EXCEPTION_EXECUTE_HANDLER.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +2 -2      packet-frame.c    Modified