aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
Commit message (Expand)AuthorAgeFilesLines
* In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris2012-05-241-18/+11
* "Save As" always saves everything and, when the save is done, makes theGuy Harris2012-05-221-4/+20
* We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris2012-05-221-2/+15
* The GUI's state machine requires that, when reloading a capture after aGuy Harris2012-05-221-7/+8
* - Add a LED in the statusbar to indicate that capture comments exists,Anders Broman2012-02-291-0/+17
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-0/+7
* This ain't C++; you have to put "void" in as the argument list ofGuy Harris2011-05-171-2/+2
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-18/+2
* From Cal Turney:Anders Broman2011-01-311-0/+19
* Doxygen fixes.Anders Broman2010-08-261-5/+3
* Instead of using a Boolean for the search direction, use an enum, soGuy Harris2010-08-131-22/+68
* Add cf_fake_continue_tail() which is called when real-time captureGerald Combs2010-05-271-32/+39
* From Jakub Zawadzki:Anders Broman2010-05-261-0/+7
* Keep a copy of the interface description and capture filter around so thatGerald Combs2010-04-011-0/+18
* Introduce "Ignore Packet" in the packet list.Stig Bjørlykke2009-12-171-0/+16
* From Valerio Messina:Jaap Keuter2009-12-141-6/+7
* Some minor corrections in function descriptionsSake Blok2009-08-301-1/+5
* Compute the loading time and show it in the main status bar.Anders Broman2009-08-281-0/+1
* Fix setting of new time format.Anders Broman2009-07-281-0/+7
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-2/+1
* (Trivial) Fix some spelling & etc in commentsBill Meier2009-04-081-1/+1
* add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg2008-10-031-0/+4
* Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris2008-06-241-13/+0
* Again, the err_info returned from wtap_read() and wtap_seek_read() is aGuy Harris2008-05-301-2/+2
* From Francesco Fondelli (bug 2349):Stig Bjørlykke2008-03-111-0/+9
* match declaration of cf_continue_tail() with implementationUlf Lamping2007-03-221-1/+1
* Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris2007-03-141-0/+9
* 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