| Commit message (Expand) | Author | Age | Files | Lines |
* | Move create_tempfile() to tempfile.c out of util.c. This means dumpcap | Guy Harris | 2006-02-12 | 1 | -1/+1 |
* | show the number of packets captured, if "Update list of packets ..." isn't used | Ulf Lamping | 2006-01-22 | 1 | -1/+8 |
* | add matched coloring rule name and string to the frame dissector output (or n... | Ulf Lamping | 2006-01-21 | 1 | -0/+1 |
* | Allow a progress dialog to have "Stop" or "Cancel" as the "terminate | Guy Harris | 2005-11-12 | 1 | -25/+38 |
* | from Jaap Keuter: | Ulf Lamping | 2005-11-08 | 1 | -8/+18 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -26/+19 |
* | Fix uninitialized variable errors. | Guy Harris | 2005-10-27 | 1 | -26/+39 |
* | Check on every iteration of a loop whether to pop up a dialog box, | Guy Harris | 2005-10-27 | 1 | -32/+63 |
* | fix a packet_list_freeze / thaw pair, if a return comes in it's way | Ulf Lamping | 2005-10-06 | 1 | -2/+11 |
* | minor bugfix: call cf_callback_invoke() from cf_close() even if the file is a... | Ulf Lamping | 2005-09-27 | 1 | -4/+6 |
* | add two new callbacks: | Ulf Lamping | 2005-09-20 | 1 | -9/+11 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -3/+10 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -4/+5 |
* | Frame numbers are unsigned, and they start at 1; 0 is what's used for | Guy Harris | 2005-09-11 | 1 | -1/+1 |
* | start with fdata->num = -1, so we don't have an uninitialised value while doi... | Ulf Lamping | 2005-09-08 | 1 | -0/+1 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -1/+54 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -35/+24 |
* | Add a "register_dfilter_stat()", to register stats that take a display | Guy Harris | 2005-08-21 | 1 | -0/+1 |
* | Widen some variables so the code in question can handle large files if, | Guy Harris | 2005-08-20 | 1 | -4/+4 |
* | Get rid of f_len field in capture_file structure - we can just keep | Guy Harris | 2005-08-20 | 1 | -52/+41 |
* | Add APIs to Wiretap to return the file of the size as supplied by the OS | Guy Harris | 2005-08-19 | 1 | -46/+25 |
* | file.c(3079) : warning C4090: 'function' : different 'const' qualifiers | Ulf Lamping | 2005-08-19 | 1 | -1/+1 |
* | Have "f_datalen" keep track of the number of bytes of uncompressed file | Guy Harris | 2005-08-19 | 1 | -1/+3 |
* | Some 'no previous declararion' warning fixes | Jörg Mayer | 2005-08-14 | 1 | -1/+1 |
* | more snprintf() -> g_snprintf() replacements | Ulf Lamping | 2005-08-10 | 1 | -18/+14 |
* | We no longer generate a "Loading" message ourselves, we just pass the | Guy Harris | 2005-08-06 | 1 | -8/+2 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -10/+10 |
* | 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 |