| Commit message (Expand) | Author | Age | Files | Lines |
* | convenience: if a "Go To Packet" didn't succeeded, add the requested packet n... | Ulf Lamping | 2005-05-31 | 1 | -2/+2 |
* | add a new feature: list the files of a "File Set" (set of files generated by ... | Ulf Lamping | 2005-04-29 | 1 | -0/+7 |
* | statusbar changes: | Ulf Lamping | 2005-04-18 | 1 | -14/+1 |
* | bugfix: show the right filesize after a live capture finished | Ulf Lamping | 2005-04-17 | 1 | -0/+14 |
* | add functions file_exists and file_identical to filesystem.c (coming from fil... | Ulf Lamping | 2005-04-12 | 1 | -18/+3 |
* | it should now be possible to use "Update packets in real time" even if used w... | Ulf Lamping | 2005-04-12 | 1 | -0/+6 |
* | bugfixes: bring non real-time captures back to former behaviour, other minor ... | Ulf Lamping | 2005-03-28 | 1 | -5/+0 |
* | a lot more capture engine code cleanup | Ulf Lamping | 2005-03-28 | 1 | -0/+6 |
* | move some color_filter related things from file.c to color_filters.c | Ulf Lamping | 2005-03-26 | 1 | -54/+7 |
* | code cleanup: use common prefix for all functions in color_filters.h | Ulf Lamping | 2005-03-26 | 1 | -1/+1 |
* | code cleanup: the term filter_list was used with different meanings throughou... | Ulf Lamping | 2005-03-25 | 1 | -6/+6 |
* | Add a "cleanup_dissection()" routine, intended to free up data | Guy Harris | 2005-03-23 | 1 | -0/+2 |
* | from didier | Ronnie Sahlberg | 2005-03-19 | 1 | -4/+1 |
* | from Stefano Pettini: add CSV export function, similar to PSML export | Ulf Lamping | 2005-03-11 | 1 | -0/+71 |
* | bugfix in PSML export output: the epan API slightly changed, epan_dissect_fil... | Ulf Lamping | 2005-03-09 | 1 | -0/+1 |
* | Another step towards using the parent/child mode for ALL captures. | Ulf Lamping | 2005-02-28 | 1 | -0/+12 |
* | Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output | Guy Harris | 2005-02-17 | 1 | -1/+24 |
* | Have "cf_merge_files()" always close "out_fd" before returning; it does | Guy Harris | 2005-02-15 | 1 | -0/+1 |
* | change nmake makefiles in /trunk and /trunk/epan so that | Lars Roland | 2005-02-13 | 1 | -4/+0 |
* | bugfix for sync_mode captures, wasn't started correctly (cf_callback_invoke(c... | Ulf Lamping | 2005-02-10 | 1 | -1/+7 |
* | Move the code to set the title on a window when a capture is in progress | Guy Harris | 2005-02-07 | 1 | -15/+24 |
* | Declare "cf_callback_t" before using it in a further declaration. | Guy Harris | 2005-02-07 | 1 | -4/+2 |
* | Instead of calling each single thing when doing/finish a file operation, file... | Ulf Lamping | 2005-02-07 | 1 | -154/+49 |
* | Don't have "set_menus_for_captured_packets()" call | Guy Harris | 2005-02-06 | 1 | -0/+13 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -15/+2 |
* | use the interfaces descriptive name to be shown in the statusbar as it's, wel... | Ulf Lamping | 2005-02-05 | 1 | -1/+2 |
* | minor enhancements to Guy's last update | Ulf Lamping | 2005-02-05 | 1 | -12/+13 |
* | Put "cf_status_t" back. | Guy Harris | 2005-02-05 | 1 | -34/+34 |
* | make some string parameters const, as they are not changed inside | Ulf Lamping | 2005-02-05 | 1 | -6/+6 |
* | Instead of having a single enumerated type for status return values from | Guy Harris | 2005-02-04 | 1 | -25/+25 |
* | Properly define "cf_start_tail()". | Guy Harris | 2005-02-04 | 1 | -1/+1 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -110/+112 |
* | remove #include "globals.h" and access to global cfile, use access functions ... | Ulf Lamping | 2005-02-04 | 1 | -0/+4 |
* | remove #include "globals.h" and access to global cfile, use access functions ... | Ulf Lamping | 2005-02-04 | 1 | -0/+14 |
* | (some) redesign of capture data structures. | Ulf Lamping | 2005-02-04 | 1 | -0/+26 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | Guy Harris | 2004-12-31 | 1 | -26/+28 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -11/+11 |
* | The common merge code merely needs to offer the abstraction of routines | Guy Harris | 2004-10-29 | 1 | -32/+109 |
* | Make "merge_files()" and "merge_append_files()" return a tri-state | Guy Harris | 2004-10-28 | 1 | -10/+73 |
* | Remove all the verbose-mode code from merge.c, and put most of it in | Guy Harris | 2004-10-28 | 1 | -3/+2 |
* | Get rid of merge_n_files() - it's only called in one place now, and | Guy Harris | 2004-10-27 | 1 | -24/+36 |
* | Change some of the merge.c APIs to return more information on failure, | Guy Harris | 2004-10-27 | 1 | -0/+35 |
* | 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 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -1/+1 |
* | The packet range stuff knows about capture_file structures, so it's | Guy Harris | 2004-09-04 | 1 | -1/+1 |
* | Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h"; | Guy Harris | 2004-09-04 | 1 | -1/+1 |
* | Move the guts of gtk/file_dlg.c:goto_framenum_cb() to | Gerald Combs | 2004-09-02 | 1 | -0/+21 |
* | Move the file-reloading code from gtk/file_dlg.c to file.c. | Gerald Combs | 2004-08-25 | 1 | -0/+49 |