aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crash_info.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-1/+14
Change-Id: I8cad872cee972a6d22a72852dac57fd188daca84 Reviewed-on: https://code.wireshark.org/review/4683 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-05-10Add some comments to #else and #endif to make it clearer what's goingGuy Harris1-3/+3
on. svn path=/trunk/; revision=49223
2013-04-15Add links to Google Breakpad and other possible solutions.Gerald Combs1-0/+6
svn path=/trunk/; revision=48863
2013-01-16Get rid of C++ comments from the CUPS code.Guy Harris1-7/+7
svn path=/trunk/; revision=47111
2013-01-15Use GLib "return an allocated string generated by printf-styleGuy Harris1-4/+4
formatting" routines and the corresponding deallocate routines. svn path=/trunk/; revision=47106
2013-01-15I must haz config.h (to define _U_, if nothing else).Guy Harris1-0/+2
svn path=/trunk/; revision=47105
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris1-0/+166
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. svn path=/trunk/; revision=47104