aboutsummaryrefslogtreecommitdiffstats
path: root/alert_box.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Move alert_box.c to the ui directory.Guy Harris1-134/+0
2012-01-16Move alert_box.c back up to the top-level directory for now, to fix theGuy Harris1-0/+134
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-134/+0
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-3/+21
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-1/+5
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-2/+11
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-13/+4
2004-02-21Add routines that can be called from dissectors to report file open andGuy Harris1-1/+24
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris1-1/+18
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris1-1/+21
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris1-0/+56