aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11Display g_error messages in the console window unconditionally, if preference...Lars Roland1-2/+4
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping1-3/+7
2006-02-09Win32 inconvenience: a call to g_error will terminate the program and the use...Ulf Lamping1-1/+8
2006-02-07eXtenstion options access to the -X command line optionsLuis Ontanon1-1/+14
2006-02-06- fix a leakLuis Ontanon1-1/+5
2006-02-06Add code to check whether the app was started with special privilegesGuy Harris1-0/+6
2006-02-04Paolo AbeniJörg Mayer1-0/+2
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping1-4/+24
2006-01-17remove an obsolete commentUlf Lamping1-1/+0
2006-01-17GTK 2.x only: show a slightly different Ethereal main icon while capturing.Ulf Lamping1-4/+77
2006-01-12fix #661Ulf Lamping1-0/+10
2006-01-12update usage outputUlf Lamping1-24/+62
2005-12-31fix #152Ulf Lamping1-1/+2
2005-12-21Provide not only copyright information, but a GPL blurb, in all theGuy Harris1-6/+18
2005-12-18use #ifdef SHOW_WELCOME_PAGE for the currently disabled welcome page instead ...Ulf Lamping1-4/+4
2005-12-15remove a missplaced commentUlf Lamping1-1/+0
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-71/+21
2005-12-13We should really do quit Ethereal if user asked us to do so with the -Q option!Ulf Lamping1-0/+16
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-12-05move some GTK only function declarations from ui_util.h to the appropriate he...Ulf Lamping1-1/+2
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping1-14/+1
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+2
2005-12-01fix alphabetical order of OPTINIT string, v seems to be a controversial chara...Ulf Lamping1-1/+1
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-36/+70
2005-11-17Don't list "-B" on UN*X - it's not available there.Guy Harris1-18/+53
2005-11-16hmmm, buggy bugfixUlf Lamping1-2/+2
2005-11-16the "pre-scan" of the command line parameters shouldn't stop the capture chil...Ulf Lamping1-2/+6
2005-11-09Remove comment that no longer applies.Guy Harris1-27/+7
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-7/+4
2005-10-17don't show the "stopping currently running capture" dialog, as the packet lis...Ulf Lamping1-0/+7
2005-10-12from Richard van der Hoff:Ulf Lamping1-3/+2
2005-10-07minor bugfix: while closing a capture file, update the packets statusbar *aft...Ulf Lamping1-3/+3
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping1-0/+18
2005-10-05fix 369: we must do some more GUI stuff in capture_update_started(),Ulf Lamping1-0/+14
2005-10-03minor bugfix: hide main widgets, if command line file couldn't be loadedUlf Lamping1-0/+1
2005-09-21fix 467: when using -k command line option, convert interface name display st...Ulf Lamping1-1/+1
2005-09-21fix #465: replace all fprintf(stderr, ...) with g_warning(...) callsUlf Lamping1-27/+29
2005-09-21Squelch a compiler warning (the argument might be used later).Guy Harris1-4/+4
2005-09-20add two new callbacks:Ulf Lamping1-1/+59
2005-09-20if the capture child pops up it's own console, title it as suchUlf Lamping1-2/+5
2005-09-08set the window title of the Win32 debug consoleUlf Lamping1-0/+3
2005-09-07don't wait for a keypress if this is a capture child. This was very annoying,...Ulf Lamping1-2/+2
2005-09-03Use the "svnversion" variable, exported by version_info.c, to print theGuy Harris1-6/+2
2005-09-01convert one sprintf into g_snprintf()Ronnie Sahlberg1-4/+2
2005-08-25timestamp display precision:Ulf Lamping1-4/+4
2005-08-25The "secs" field of a "struct wtap_nstime" is a time_t, so it could beGuy Harris1-2/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-1/+1
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-2/+2
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1