aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer1-5/+5
2005-03-04from didier: bug fix for the menu,Ronnie Sahlberg1-0/+1
2005-02-28Make sure that plugin tap listeners get registered before the non-plugin tap ...Luis Ontanon1-1/+5
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris1-0/+1
2005-02-27Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c"Guy Harris1-44/+3
2005-02-27some clarification of the capture child thingUlf Lamping1-13/+10
2005-02-27abort early in main_filter_packets() if dftext is NULLLuis Ontanon1-0/+3
2005-02-24Don't include "../image/eicon3d64.xpm", as we're not using it for now.Guy Harris1-0/+2
2005-02-23use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping1-2/+2
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping1-0/+3
2005-02-22There seems to be some disagreement about if and how the welcome screen featu...Ulf Lamping1-0/+13
2005-02-21As we have a (two) WishList(s) in the Wiki now, this to do list doesn't make ...Ulf Lamping1-9/+0
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