| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the code | Guy Harris | 2005-01-16 | 1 | -1/+1 |
* | Use a more descriptive name, if available, for the network interface in | Guy Harris | 2005-01-16 | 1 | -3/+7 |
* | move global capture_child flag into capture_options | Ulf Lamping | 2004-12-29 | 1 | -6/+1 |
* | Don't use a global capture_opts in the capturing engine (this isn't a good id... | Ulf Lamping | 2004-12-29 | 1 | -32/+52 |
* | bugfix: button in capture info dialog has to stop capturing | Ulf Lamping | 2004-11-10 | 1 | -2/+2 |
* | Move some #defines and #includes around, and add some other #includes, | Guy Harris | 2004-10-30 | 1 | -57/+6 |
* | Get rid of forward declarations of functions not defined in this file. | Guy Harris | 2004-10-30 | 1 | -12/+0 |
* | split capture_loop from capture.c, some more code cleanup | Ulf Lamping | 2004-10-30 | 1 | -1285/+8 |
* | move quit_after_cap into capture_opts | Ulf Lamping | 2004-10-30 | 1 | -2/+1 |
* | code cleanup: split capture_sync from capture.c into it's own file. | Ulf Lamping | 2004-10-30 | 1 | -717/+8 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | If we have "pcap_datalink_val_to_name()", use it when we construct a | Guy Harris | 2004-09-22 | 1 | -0/+5 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -16/+16 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+5 |
* | define of O_BINARY not needed, if fcntl.h is included | Ulf Lamping | 2004-06-29 | 1 | -6/+1 |
* | added an option to "avoid" the capture info dialog completely. | Ulf Lamping | 2004-06-20 | 1 | -13/+30 |
* | From Lars Roland: add support for building a libethereal.dll with MSVC: | Guy Harris | 2004-05-09 | 1 | -1/+5 |
* | Failures when capturing should be reported as errors. | Guy Harris | 2004-04-17 | 1 | -11/+11 |
* | From Jon Oberheide: Add interface name to the capture and ethereal window | Michael Tüxen | 2004-04-13 | 1 | -2/+2 |
* | Include "packet-ap1394.h" to declare "capture_ap1394()". | Guy Harris | 2004-03-23 | 1 | -1/+2 |
* | Add support for DLT_APPLE_IP_OVER_IEEE_1394. | Guy Harris | 2004-03-23 | 1 | -1/+4 |
* | experimental: make usage of pcap_setbuff to increase the kernel buffer size | Ulf Lamping | 2004-03-13 | 1 | -1/+15 |
* | capture dialog limits now with units. | Ulf Lamping | 2004-03-04 | 1 | -2/+2 |
* | fixed differences between capture GUI frontend and backend | Ulf Lamping | 2004-03-04 | 1 | -51/+76 |
* | implemented capture dialog 3rd (+x) proposal | Ulf Lamping | 2004-03-02 | 1 | -15/+15 |
* | Capturing: "Number of files" switches between normal and multiple mode, | Ulf Lamping | 2004-02-28 | 1 | -27/+40 |
* | bugfix from previous check in | Ulf Lamping | 2004-02-21 | 1 | -23/+23 |
* | quit_after_cap should be a gboolean, not an int, and it should be initialized | Ulf Lamping | 2004-02-21 | 1 | -6/+6 |
* | rework of capture.c: better seperation of sync and capture pipe by using | Ulf Lamping | 2004-02-21 | 1 | -279/+352 |
* | Add an "open_failure_alert_box()" routine to pop up an alert box for a | Guy Harris | 2004-02-11 | 1 | -4/+3 |
* | bugfix: close capture file again, if empty after capturing | Ulf Lamping | 2004-02-09 | 1 | -1/+11 |
* | Tweak the error messages for bad capture filters. | Guy Harris | 2004-02-03 | 1 | -5/+6 |
* | ups, moved previously missing %s to the right place | Ulf Lamping | 2004-02-03 | 1 | -3/+3 |
* | Add a missing "%s" to the format string. | Guy Harris | 2004-02-03 | 1 | -2/+2 |
* | enhanced some dialog messages, | Ulf Lamping | 2004-02-03 | 1 | -9/+17 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -20/+21 |
* | Add some more information to the error message for invalid capture | Guy Harris | 2004-01-31 | 1 | -3/+5 |
* | renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to | Ulf Lamping | 2004-01-31 | 1 | -9/+9 |
* | If "pcap_compile()" fails to compile an empty filter string (because, | Guy Harris | 2004-01-31 | 1 | -2/+2 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -2/+2 |
* | Add a new "file_open_error_message()" routine in "epan/filesystem.c", to | Guy Harris | 2004-01-24 | 1 | -2/+3 |
* | Use "fork_child" rather than "child_process" - on Win32, "child_process" | Guy Harris | 2004-01-22 | 1 | -12/+6 |
* | bugfix: wrong parameter name | Ulf Lamping | 2004-01-22 | 1 | -2/+2 |
* | moved GTK specific parts from capture.c to ui_util.c, | Ulf Lamping | 2004-01-22 | 1 | -103/+38 |
* | a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven... | Ulf Lamping | 2004-01-20 | 1 | -3/+3 |
* | Update the Win32 information given when we fail to open a capture device | Guy Harris | 2004-01-18 | 1 | -3/+5 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -3/+5 |
* | removed some MSVC warnings (moved pcap.h before glib.h) | Ulf Lamping | 2003-12-21 | 1 | -3/+3 |
* | Top-of-tree and top-of-0.8-branch libpcap support limited filtering on | Guy Harris | 2003-12-18 | 1 | -3/+3 |