aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-07Fix Coverity run 12 CID 61: In main_cf_cb_live_capture_update_started(),gerald1-0/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-1/+0
2006-02-16Move common control initialization to gtk/main.c where it belongs.gerald1-70/+90
2006-02-12Send LOG_DOMAIN_CAPTURE_CHILD messages to our log handler, so they don'tguy1-1/+4
2006-02-12Add a routine to attempt to get the absolute pathname of the executableguy1-3/+5
2006-02-11various capture child related minor cleanupsulfl1-20/+5
2006-02-11font_init don't need to know if running as a capture_child, this will simply ...ulfl1-1/+1
2006-02-11the point of no return ...ulfl1-73/+5
2006-02-11minor bugfix: restore the Ethereal icon (after capturing) at the right placesulfl1-13/+26
2006-02-11Display g_error messages in the console window unconditionally, if preference...lroland1-2/+4
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...ulfl1-3/+7
2006-02-09Win32 inconvenience: a call to g_error will terminate the program and the use...ulfl1-1/+8
2006-02-07eXtenstion options access to the -X command line optionslego1-1/+14
2006-02-06- fix a leaklego1-1/+5
2006-02-06Add code to check whether the app was started with special privilegesguy1-0/+6
2006-02-04Paolo Abenijmayer1-0/+2
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedulfl1-4/+24
2006-01-17remove an obsolete commentulfl1-1/+0
2006-01-17GTK 2.x only: show a slightly different Ethereal main icon while capturing.ulfl1-4/+77
2006-01-12fix #661ulfl1-0/+10
2006-01-12update usage outputulfl1-24/+62
2005-12-31fix #152ulfl1-1/+2
2005-12-21Provide not only copyright information, but a GPL blurb, in all theguy1-6/+18
2005-12-18use #ifdef SHOW_WELCOME_PAGE for the currently disabled welcome page instead ...ulfl1-4/+4
2005-12-15remove a missplaced commentulfl1-1/+0
2005-12-13HUGE STEP (hopefully toward the right direction):ulfl1-71/+21
2005-12-13We should really do quit Ethereal if user asked us to do so with the -Q option!ulfl1-0/+16
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
2005-12-05move some GTK only function declarations from ui_util.h to the appropriate he...ulfl1-1/+2
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...ulfl1-14/+1
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...ulfl1-0/+2
2005-12-01fix alphabetical order of OPTINIT string, v seems to be a controversial chara...ulfl1-1/+1
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tguy1-36/+70
2005-11-17Don't list "-B" on UN*X - it's not available there.guy1-18/+53
2005-11-16hmmm, buggy bugfixulfl1-2/+2
2005-11-16the "pre-scan" of the command line parameters shouldn't stop the capture chil...ulfl1-2/+6
2005-11-09Remove comment that no longer applies.guy1-27/+7
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-7/+4
2005-10-17don't show the "stopping currently running capture" dialog, as the packet lis...ulfl1-0/+7
2005-10-12from Richard van der Hoff:ulfl1-3/+2
2005-10-07minor bugfix: while closing a capture file, update the packets statusbar *aft...ulfl1-3/+3
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayulfl1-0/+18
2005-10-05fix 369: we must do some more GUI stuff in capture_update_started(),ulfl1-0/+14
2005-10-03minor bugfix: hide main widgets, if command line file couldn't be loadedulfl1-0/+1
2005-09-21fix 467: when using -k command line option, convert interface name display st...ulfl1-1/+1
2005-09-21fix #465: replace all fprintf(stderr, ...) with g_warning(...) callsulfl1-27/+29
2005-09-21Squelch a compiler warning (the argument might be used later).guy1-4/+4
2005-09-20add two new callbacks:ulfl1-1/+59
2005-09-20if the capture child pops up it's own console, title it as suchulfl1-2/+5
2005-09-08set the window title of the Win32 debug consoleulfl1-0/+3