| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include "../image/eicon3d64.xpm", as we're not using it for now. | Guy Harris | 2005-02-24 | 1 | -0/+2 |
* | use the applications name (currently "ethereal" or "tethereal") in capture_op... | Ulf Lamping | 2005-02-23 | 1 | -2/+2 |
* | move capture_opts related things (init, command line, ...) from capture.c to ... | Ulf Lamping | 2005-02-23 | 1 | -0/+3 |
* | There seems to be some disagreement about if and how the welcome screen featu... | Ulf Lamping | 2005-02-22 | 1 | -0/+13 |
* | As we have a (two) WishList(s) in the Wiki now, this to do list doesn't make ... | Ulf Lamping | 2005-02-21 | 1 | -9/+0 |
* | fix a capture bug if the capture filter wasn't valid to get back to "empty" s... | Ulf Lamping | 2005-02-08 | 1 | -6/+16 |
* | Make Ethereal and Tethereal compile if we're building without libpcap. | Guy Harris | 2005-02-07 | 1 | -0/+6 |
* | The welcome pane isn't scrollable, so add it to the scrolling window | Guy Harris | 2005-02-07 | 1 | -3/+4 |
* | Move the code to set the title on a window when a capture is in progress | Guy Harris | 2005-02-07 | 1 | -56/+71 |
* | Instead of calling each single thing when doing/finish a file operation, file... | Ulf Lamping | 2005-02-07 | 1 | -0/+262 |
* | Clean up indentation. | Guy Harris | 2005-02-07 | 1 | -124/+124 |
* | Don't have "set_menus_for_captured_packets()" call | Guy Harris | 2005-02-06 | 1 | -0/+1 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -274/+71 |
* | some cleanup of the initial start sequence of Ethereal, filling in capture_op... | Ulf Lamping | 2005-02-06 | 1 | -29/+32 |
* | fix bugs regarding the capture child | Ulf Lamping | 2005-02-06 | 1 | -2/+2 |
* | instead of initializing the capture_options in main.c, use the new function c... | Ulf Lamping | 2005-02-06 | 1 | -30/+3 |
* | begin a welcome page which is shown, if you don't have any capture data loaded. | Ulf Lamping | 2005-02-05 | 1 | -0/+139 |
* | completely hide the main window panes, if we currently don't have a capture f... | Ulf Lamping | 2005-02-05 | 1 | -3/+11 |
* | rename kill_capture_child to capture_kill_child to have a common prefix | Ulf Lamping | 2005-02-05 | 1 | -291/+1 |
* | Put "cf_status_t" back. | Guy Harris | 2005-02-05 | 1 | -10/+10 |
* | Instead of having a single enumerated type for status return values from | Guy Harris | 2005-02-04 | 1 | -8/+5 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -17/+21 |
* | (some) redesign of capture data structures. | Ulf Lamping | 2005-02-04 | 1 | -1/+2 |
* | move capture_file_fd field from capture_file to capture_opts type, as this is... | Ulf Lamping | 2005-02-03 | 1 | -2/+3 |
* | Fix a problem with building with libpcap disabled. | Guy Harris | 2005-01-27 | 1 | -3/+5 |
* | while I'm at it, add another packet details context menu item, which will lin... | Ulf Lamping | 2005-01-19 | 1 | -0/+27 |
* | added the "Online Protocol Info" to the packet details context menu with a si... | Ulf Lamping | 2005-01-18 | 1 | -5/+48 |
* | Squelch compiler warnings about unused parameters. | Guy Harris | 2005-01-17 | 1 | -1/+1 |
* | add first implementation of context relevant calls to the protocol specific w... | Ulf Lamping | 2005-01-17 | 1 | -0/+25 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | Guy Harris | 2004-12-31 | 1 | -1/+1 |
* | move global capture_child flag into capture_options | Ulf Lamping | 2004-12-29 | 1 | -7/+9 |
* | Don't use a global capture_opts in the capturing engine (this isn't a good id... | Ulf Lamping | 2004-12-29 | 1 | -64/+67 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -6/+6 |
* | Don't start up a splash screen if "-G" is specified, even if we weren't | Guy Harris | 2004-12-17 | 1 | -6/+18 |
* | Don't ethclist.h in main.c, when we don't need it. | Lars Roland | 2004-12-02 | 1 | -0/+2 |
* | We don't use our own clist for GTK+ 1.3[.x], either. | Guy Harris | 2004-12-02 | 1 | -1/+1 |
* | From Nathan Jennings: add a preference that supplies a prefix for window | Guy Harris | 2004-12-02 | 1 | -1/+7 |
* | We're not using our own clist for GTK+ 2.x, so call | Guy Harris | 2004-12-02 | 1 | -1/+3 |
* | performance enhancement: | Ronnie Sahlberg | 2004-12-02 | 1 | -0/+3 |
* | make ethereal compile with --without-pcap configuration option | Ronnie Sahlberg | 2004-12-02 | 1 | -1/+4 |
* | split capture_loop from capture.c, some more code cleanup | Ulf Lamping | 2004-10-30 | 1 | -1/+1 |
* | move quit_after_cap into capture_opts | Ulf Lamping | 2004-10-30 | 1 | -1/+2 |
* | Change some of the merge.c APIs to return more information on failure, | Guy Harris | 2004-10-27 | 1 | -35/+33 |
* | From Mark C. Brown: allow the file type for the merge operation to be | Guy Harris | 2004-10-17 | 1 | -1/+1 |
* | "prefs-int.h" belongs in epan, too. | Guy Harris | 2004-10-01 | 1 | -1/+1 |
* | Move the column preferences stuff to epan (the rest of the preferences | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | first steps towards using the User's Guide as Ethereal's help system | Ulf Lamping | 2004-09-16 | 1 | -0/+1 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -21/+21 |