aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
Commit message (Expand)AuthorAgeFilesLines
* Put "cf_status_t" back.Guy Harris2005-02-051-10/+10
* Instead of having a single enumerated type for status return values fromGuy Harris2005-02-041-8/+5
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-17/+21
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-1/+2
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-2/+3
* Fix a problem with building with libpcap disabled.Guy Harris2005-01-271-3/+5
* while I'm at it, add another packet details context menu item, which will lin...Ulf Lamping2005-01-191-0/+27
* added the "Online Protocol Info" to the packet details context menu with a si...Ulf Lamping2005-01-181-5/+48
* Squelch compiler warnings about unused parameters.Guy Harris2005-01-171-1/+1
* add first implementation of context relevant calls to the protocol specific w...Ulf Lamping2005-01-171-0/+25
* "gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris2004-12-311-1/+1
* move global capture_child flag into capture_optionsUlf Lamping2004-12-291-7/+9
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-64/+67
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-6/+6
* Don't start up a splash screen if "-G" is specified, even if we weren'tGuy Harris2004-12-171-6/+18
* Don't ethclist.h in main.c, when we don't need it.Lars Roland2004-12-021-0/+2
* We don't use our own clist for GTK+ 1.3[.x], either.Guy Harris2004-12-021-1/+1
* From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris2004-12-021-1/+7
* We're not using our own clist for GTK+ 2.x, so callGuy Harris2004-12-021-1/+3
* performance enhancement:Ronnie Sahlberg2004-12-021-0/+3
* make ethereal compile with --without-pcap configuration optionRonnie Sahlberg2004-12-021-1/+4
* split capture_loop from capture.c, some more code cleanupUlf Lamping2004-10-301-1/+1
* move quit_after_cap into capture_optsUlf Lamping2004-10-301-1/+2
* Change some of the merge.c APIs to return more information on failure,Guy Harris2004-10-271-35/+33
* From Mark C. Brown: allow the file type for the merge operation to beGuy Harris2004-10-171-1/+1
* "prefs-int.h" belongs in epan, too.Guy Harris2004-10-011-1/+1
* Move the column preferences stuff to epan (the rest of the preferencesGuy Harris2004-09-291-1/+1
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* first steps towards using the User's Guide as Ethereal's help systemUlf Lamping2004-09-161-0/+1
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-21/+21
* Hoist the code for handling "-G" into a common module.Guy Harris2004-09-101-20/+2
* Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez2004-09-101-2/+6
* First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping2004-09-071-0/+2
* Don't have a dummy widget to use for panes marked as "None" - that meansGuy Harris2004-08-311-35/+33
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris2004-07-241-1/+0
* renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping2004-07-191-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs2004-07-151-5/+5
* From Daniel Thompson: add additional message/alert box options toGuy Harris2004-07-131-12/+12
* bugfix to a bug reported by Stuart MacDonald (bug #12):Ulf Lamping2004-07-121-1/+4
* Don't allow non-positive values for the main window width and heightGuy Harris2004-07-091-4/+14
* Don't show the splash screen if we've been passed the "-G" flag.Gerald Combs2004-07-091-2/+2
* bugfix: preference related capture options shouldn't be set by preferences,Ulf Lamping2004-07-071-13/+14
* Make sure child processes don't create a splash screen. Make the verbs inGerald Combs2004-07-061-10/+11
* added a splash screen while Ethereal is startedUlf Lamping2004-07-041-11/+27
* bugfix to a bug reported by dave.nicoson@thomson.net:Ulf Lamping2004-06-301-4/+4
* close temporary merge output file, if merging failedUlf Lamping2004-06-301-1/+2
* avoid using tmpnam() for security reasons.Ulf Lamping2004-06-291-11/+6