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