Wireshark-commits: [Wireshark-commits] rev 47104: / /trunk/: dumpcap.c rawshark.c tshark.c /trunk/w
Date: Tue, 15 Jan 2013 21:54:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47104

User: guy
Date: 2013/01/15 01:54 PM

Log:
 Add some routines to wsutil to, at least on some platforms, add
 information to crash dumps and the like.  (Currently, we only handle OS
 X's CrashReporter, but we should do this on other platforms where this
 information can be added and would be helpful.)
 
 White space tweaks.

Directory: /trunk/
  Changes    Path          Action
  +21 -10    dumpcap.c     Modified
  +19 -9     rawshark.c    Modified
  +19 -9     tshark.c      Modified

Directory: /trunk/wsutil/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +166 -0    crash_info.c       Added
  +39 -0     crash_info.h       Added
  +3 -0      libwsutil.def      Modified