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