aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-08fix a capture bug if the capture filter wasn't valid to get back to "empty" s...Ulf Lamping1-6/+16
2005-02-07Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris1-0/+6
2005-02-07The welcome pane isn't scrollable, so add it to the scrolling windowGuy Harris1-3/+4
2005-02-07Move the code to set the title on a window when a capture is in progressGuy Harris1-56/+71
2005-02-07Instead of calling each single thing when doing/finish a file operation, file...Ulf Lamping1-0/+262
2005-02-07Clean up indentation.Guy Harris1-124/+124
2005-02-06Don't have "set_menus_for_captured_packets()" callGuy Harris1-0/+1
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-274/+71
2005-02-06some cleanup of the initial start sequence of Ethereal, filling in capture_op...Ulf Lamping1-29/+32
2005-02-06fix bugs regarding the capture childUlf Lamping1-2/+2
2005-02-06instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping1-30/+3
2005-02-05begin a welcome page which is shown, if you don't have any capture data loaded.Ulf Lamping1-0/+139
2005-02-05completely hide the main window panes, if we currently don't have a capture f...Ulf Lamping1-3/+11
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping1-291/+1
2005-02-05Put "cf_status_t" back.Guy Harris1-10/+10
2005-02-04Instead of having a single enumerated type for status return values fromGuy Harris1-8/+5
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