| Commit message (Expand) | Author | Age | Files | Lines |
* | match declaration of cf_continue_tail() with implementation | Ulf Lamping | 2007-03-22 | 1 | -1/+1 |
* | Don't enable "Save As" if you don't have an unsaved live capture file | Guy Harris | 2007-03-14 | 1 | -0/+9 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | show the number of packets captured, if "Update list of packets ..." isn't used | Ulf Lamping | 2006-01-22 | 1 | -1/+10 |
* | add two new callbacks: | Ulf Lamping | 2005-09-20 | 1 | -0/+2 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -1/+2 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -1/+2 |
* | the capture child might not respond shortly after bringing it up (especially ... | Ulf Lamping | 2005-05-25 | 1 | -0/+1 |
* | statusbar changes: | Ulf Lamping | 2005-04-18 | 1 | -1/+2 |
* | various capture code cleanup and fixes: | Ulf Lamping | 2005-04-11 | 1 | -1/+0 |
* | fix statusbar messages by splitting into update and fixed messages between ca... | Ulf Lamping | 2005-04-10 | 1 | -2/+4 |
* | a lot more capture engine code cleanup | Ulf Lamping | 2005-03-28 | 1 | -0/+5 |
* | from Stefano Pettini: add CSV export function, similar to PSML export | Ulf Lamping | 2005-03-11 | 1 | -0/+9 |
* | Another step towards using the parent/child mode for ALL captures. | Ulf Lamping | 2005-02-28 | 1 | -0/+16 |
* | Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output | Guy Harris | 2005-02-17 | 1 | -4/+4 |
* | fix a capture bug if the capture filter wasn't valid to get back to "empty" s... | Ulf Lamping | 2005-02-08 | 1 | -0/+1 |
* | Make Ethereal and Tethereal compile if we're building without libpcap. | Guy Harris | 2005-02-07 | 1 | -0/+2 |
* | Move the code to set the title on a window when a capture is in progress | Guy Harris | 2005-02-07 | 1 | -0/+3 |
* | Declare "cf_callback_t" before using it in a further declaration. | Guy Harris | 2005-02-07 | 1 | -1/+1 |
* | Instead of calling each single thing when doing/finish a file operation, file... | Ulf Lamping | 2005-02-07 | 1 | -0/+23 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -17/+1 |
* | fix a comment | Ulf Lamping | 2005-02-05 | 1 | -1/+1 |
* | minor enhancements to Guy's last update | Ulf Lamping | 2005-02-05 | 1 | -4/+6 |
* | Put "cf_status_t" back. | Guy Harris | 2005-02-05 | 1 | -13/+18 |
* | make some string parameters const, as they are not changed inside | Ulf Lamping | 2005-02-05 | 1 | -4/+4 |
* | Instead of having a single enumerated type for status return values from | Guy Harris | 2005-02-04 | 1 | -28/+33 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -61/+337 |
* | remove #include "globals.h" and access to global cfile, use access functions ... | Ulf Lamping | 2005-02-04 | 1 | -0/+1 |
* | remove #include "globals.h" and access to global cfile, use access functions ... | Ulf Lamping | 2005-02-04 | 1 | -0/+2 |
* | (some) redesign of capture data structures. | Ulf Lamping | 2005-02-04 | 1 | -0/+4 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | Guy Harris | 2004-12-31 | 1 | -1/+1 |
* | Get rid of merge_n_files() - it's only called in one place now, and | Guy Harris | 2004-10-27 | 1 | -2/+2 |
* | Change some of the merge.c APIs to return more information on failure, | Guy Harris | 2004-10-27 | 1 | -0/+4 |
* | Trivial warning fix | Jörg Mayer | 2004-10-01 | 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/+1 |
* | Move the file-reloading code from gtk/file_dlg.c to file.c. | Gerald Combs | 2004-08-25 | 1 | -0/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Make the "human-readable text vs. PSML vs. PDML" choice separate from | Guy Harris | 2004-07-08 | 1 | -1/+4 |
* | Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - and | Guy Harris | 2004-03-08 | 1 | -3/+1 |
* | This makes ethereal compile again when configured --without-pcap | Jörg Mayer | 2004-03-08 | 1 | -1/+3 |
* | Add a "force" argument to "filter_packets()" and | Guy Harris | 2004-02-23 | 1 | -2/+2 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -3/+3 |
* | There's no need to keep a "FILE *" for the file being printed to in a | Guy Harris | 2004-01-25 | 1 | -2/+7 |
* | As with "cf_open_error_message()"/"file_open_error_message()", so with | Guy Harris | 2004-01-24 | 1 | -2/+1 |
* | Add a new "file_open_error_message()" routine in "epan/filesystem.c", to | Guy Harris | 2004-01-24 | 1 | -2/+1 |
* | a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven... | Ulf Lamping | 2004-01-20 | 1 | -1/+4 |
* | Add a routine "retap_packet()" that runs through all packets, dissecting | Guy Harris | 2004-01-13 | 1 | -1/+2 |
* | From Dick Gooris (and me :-) | Ulf Lamping | 2003-12-29 | 1 | -2/+3 |