aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include "../image/eicon3d64.xpm", as we're not using it for now.Guy Harris2005-02-241-0/+2
* use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping2005-02-231-2/+2
* move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping2005-02-231-0/+3
* There seems to be some disagreement about if and how the welcome screen featu...Ulf Lamping2005-02-221-0/+13
* As we have a (two) WishList(s) in the Wiki now, this to do list doesn't make ...Ulf Lamping2005-02-211-9/+0
* fix a capture bug if the capture filter wasn't valid to get back to "empty" s...Ulf Lamping2005-02-081-6/+16
* Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris2005-02-071-0/+6
* The welcome pane isn't scrollable, so add it to the scrolling windowGuy Harris2005-02-071-3/+4
* Move the code to set the title on a window when a capture is in progressGuy Harris2005-02-071-56/+71
* Instead of calling each single thing when doing/finish a file operation, file...Ulf Lamping2005-02-071-0/+262
* Clean up indentation.Guy Harris2005-02-071-124/+124
* Don't have "set_menus_for_captured_packets()" callGuy Harris2005-02-061-0/+1
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-274/+71
* some cleanup of the initial start sequence of Ethereal, filling in capture_op...Ulf Lamping2005-02-061-29/+32
* fix bugs regarding the capture childUlf Lamping2005-02-061-2/+2
* instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping2005-02-061-30/+3
* begin a welcome page which is shown, if you don't have any capture data loaded.Ulf Lamping2005-02-051-0/+139
* completely hide the main window panes, if we currently don't have a capture f...Ulf Lamping2005-02-051-3/+11
* rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping2005-02-051-291/+1
* 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