aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-17/+17
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris1-10/+10
2005-08-16Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer1-6/+2
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg1-0/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-08-02add some minor comments around the GTK main loopUlf Lamping1-0/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-6/+6
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-0/+3
2005-07-19from Graeme Hewson: "Fixes for ethereal config files"Ulf Lamping1-4/+4
2005-06-26remove compiler warnings:Ulf Lamping1-1/+1
2005-06-25we are not a GNU program, so we shouldn't report as such in the command line ...Ulf Lamping1-1/+1
2005-06-24More constification.Guy Harris1-2/+2
2005-06-23fix #135: handle the command line parameters -v, -h and -G completely in thei...Ulf Lamping1-99/+87
2005-06-23Win32: "fix" handling of create_console(), hopefully clarifying usage of the ...Ulf Lamping1-2/+4
2005-06-23beautify version and usage outputUlf Lamping1-4/+4
2005-06-17fix a typo in the usage outputUlf Lamping1-1/+1
2005-06-16Don't hand a null pointer to a "%s" format.Guy Harris1-1/+4
2005-06-16Fix a typo, and squelch a compiler warning.Guy Harris1-1/+2
2005-06-10this is an attempt, please report problems:Ulf Lamping1-1/+19
2005-06-09fix positions of create_console()/destroy_console() calls for help and versio...Ulf Lamping1-3/+12
2005-06-09bugfix: don't crash, if cf->filename is NULL (which happens if an invalid cap...Ulf Lamping1-1/+1
2005-06-04update usage output and manual pages for both Ethereal and Tethereal to refle...Ulf Lamping1-15/+15
2005-05-31add new command line flag "-g", will go to a given packet, after loading a ca...Ulf Lamping1-1/+9
2005-05-30fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping1-2/+6
2005-05-30First part to fix #148: use command line parameter -o not only for preference...Ulf Lamping1-25/+38
2005-05-26show the complete filename in the statusbar, as there's no good reason to hid...Ulf Lamping1-14/+26
2005-05-26don't use stdout but stderr for logging, as this will confuse the capture chi...Ulf Lamping1-18/+6
2005-05-26avoid two gcc warningsUlf Lamping1-2/+3
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping1-9/+72
2005-05-25the capture child might not respond shortly after bringing it up (especially ...Ulf Lamping1-12/+21