aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping1-3/+7
2005-05-18fix #187: don't crash if using "Expand Subtrees" in an empty area, just do no...Ulf Lamping1-5/+9
2005-04-30removed various gcc warningsUlf Lamping1-1/+1
2005-04-19bugfix: don't crash if we have no interface nameUlf Lamping1-1/+5
2005-04-18statusbar changes:Ulf Lamping1-13/+44
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping1-1/+2
2005-04-16fix cf_cb_... callback handling (but it's still not perfect)Ulf Lamping1-28/+26
2005-04-12it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping1-2/+3
2005-04-11various capture code cleanup and fixes: Ulf Lamping1-16/+19
2005-04-10bugfix: call to cf_cb_live_capture_..._started with correct parameterUlf Lamping1-10/+2
2005-04-10fix statusbar messages by splitting into update and fixed messages between ca...Ulf Lamping1-6/+64
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-66/+13
2005-04-01Don't assume only one "-z" argument will be given on the command line;Guy Harris1-12/+40
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping1-1/+5
2005-03-28various (minor) capture code cleanupUlf Lamping1-4/+4
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping1-4/+4
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping1-6/+7
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-4/+4
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+1