aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping1-6/+6
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris1-0/+2
2005-03-19from didierRonnie Sahlberg1-4/+1
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping1-0/+71
2005-03-09bugfix in PSML export output: the epan API slightly changed, epan_dissect_fil...Ulf Lamping1-0/+1
2005-02-28Another step towards using the parent/child mode for ALL captures.Ulf Lamping1-0/+12
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputGuy Harris1-1/+24
2005-02-15Have "cf_merge_files()" always close "out_fd" before returning; it doesGuy Harris1-0/+1
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2005-02-10bugfix for sync_mode captures, wasn't started correctly (cf_callback_invoke(c...Ulf Lamping1-1/+7
2005-02-07Move the code to set the title on a window when a capture is in progressGuy Harris1-15/+24
2005-02-07Declare "cf_callback_t" before using it in a further declaration.Guy Harris1-4/+2
2005-02-07Instead of calling each single thing when doing/finish a file operation, file...Ulf Lamping1-154/+49
2005-02-06Don't have "set_menus_for_captured_packets()" callGuy Harris1-0/+13
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-15/+2
2005-02-05use the interfaces descriptive name to be shown in the statusbar as it's, wel...Ulf Lamping1-1/+2
2005-02-05minor enhancements to Guy's last updateUlf Lamping1-12/+13
2005-02-05Put "cf_status_t" back.Guy Harris1-34/+34
2005-02-05make some string parameters const, as they are not changed insideUlf Lamping1-6/+6
2005-02-04Instead of having a single enumerated type for status return values fromGuy Harris1-25/+25
2005-02-04Properly define "cf_start_tail()".Guy Harris1-1/+1
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-110/+112
2005-02-04remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping1-0/+4
2005-02-04remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping1-0/+14
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-0/+26
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-26/+28
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-11/+11
2004-10-29The common merge code merely needs to offer the abstraction of routinesGuy Harris1-32/+109
2004-10-28Make "merge_files()" and "merge_append_files()" return a tri-stateGuy Harris1-10/+73
2004-10-28Remove all the verbose-mode code from merge.c, and put most of it inGuy Harris1-3/+2
2004-10-27Get rid of merge_n_files() - it's only called in one place now, andGuy Harris1-24/+36
2004-10-27Change some of the merge.c APIs to return more information on failure,Guy Harris1-0/+35
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-1/+1
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-1/+1
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris1-1/+1
2004-09-02Move the guts of gtk/file_dlg.c:goto_framenum_cb() toGerald Combs1-0/+21
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.Gerald Combs1-0/+49
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs1-6/+10
2004-08-18If you mark all frames, then unmark all frames "marked_count" overflows.Gerald Combs1-2/+4
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs1-10/+33
2004-07-27Move the code to open the printer/print file from "print_packets()" toGuy Harris1-48/+21
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris1-30/+78
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-08If we're producing PostScript, don't put the column headers out if we'reGuy Harris1-13/+15
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-3/+146