aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+3
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-2/+3
2006-03-07Fix what Coverity CID 61 was actually complaining about: Don't pass a NULLGerald Combs1-5/+8
2006-03-07Fix Coverity run 12 CID 61: In main_cf_cb_live_capture_update_started(),Gerald Combs1-0/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-1/+0
2006-02-16Move common control initialization to gtk/main.c where it belongs.Gerald Combs1-70/+90
2006-02-12Send LOG_DOMAIN_CAPTURE_CHILD messages to our log handler, so they don'tGuy Harris1-1/+4
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris1-3/+5
2006-02-11various capture child related minor cleanupsUlf Lamping1-20/+5
2006-02-11font_init don't need to know if running as a capture_child, this will simply ...Ulf Lamping1-1/+1
2006-02-11the point of no return ...Ulf Lamping1-73/+5
2006-02-11minor bugfix: restore the Ethereal icon (after capturing) at the right placesUlf Lamping1-13/+26
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