aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-11various capture code cleanup and fixes: Ulf Lamping1-16/+19
2005-04-10bugfix: call to cf_cb_live_capture_..._started with correct parameterUlf Lamping1-10/+2
2005-04-10fix statusbar messages by splitting into update and fixed messages between ca...Ulf Lamping1-6/+64
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-66/+13
2005-04-01Don't assume only one "-z" argument will be given on the command line;Guy Harris1-12/+40
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping1-1/+5
2005-03-28various (minor) capture code cleanupUlf Lamping1-4/+4
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping1-4/+4
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping1-6/+7
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-4/+4
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+1
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping1-1/+1
2005-03-26Create the directory for the preferences files before writing out theGuy Harris1-6/+3
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping1-20/+20
2005-03-23Plug a small leak found by the "leaks" tool on OS X.Guy Harris1-0/+1
2005-03-12From Graeme Hewson:Luis Ontanon1-1/+5
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