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