aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-25Only allow "Save" ifguy1-2/+2
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-15/+78
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,etxrab1-0/+17
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.gerald1-0/+7
2011-05-17This ain't C++; you have to put "void" in as the argument list ofguy1-2/+2
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-18/+2
2011-01-31From Cal Turney:etxrab1-0/+19
2010-08-26Doxygen fixes.etxrab1-5/+3
2010-08-13Instead of using a Boolean for the search direction, use an enum, soguy1-22/+68
2010-05-27Add cf_fake_continue_tail() which is called when real-time capturegerald1-32/+39
2010-05-26From Jakub Zawadzki:etxrab1-0/+7
2010-04-01Keep a copy of the interface description and capture filter around so thatgerald1-0/+18
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+16
2009-12-14From Valerio Messina:jake1-6/+7
2009-08-30Some minor corrections in function descriptionssake1-1/+5
2009-08-28Compute the loading time and show it in the main status bar.etxrab1-0/+1
2009-07-28Fix setting of new time format.etxrab1-0/+7
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-2/+1
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-1/+1
2008-10-03add a -K command line option to provide the name of the kerberos keytab sahlberg1-0/+4
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theguy1-13/+0
2008-05-30Again, the err_info returned from wtap_read() and wtap_seek_read() is aguy1-2/+2
2008-03-11From Francesco Fondelli (bug 2349):stig1-0/+9
2007-03-22match declaration of cf_continue_tail() with implementationulfl1-1/+1
2007-03-14Don't enable "Save As" if you don't have an unsaved live capture fileguy1-0/+9
2006-05-21name changesahlberg1-2/+2
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedulfl1-1/+10
2005-09-20add two new callbacks:ulfl1-0/+2
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-1/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+2
2005-05-25the capture child might not respond shortly after bringing it up (especially ...ulfl1-0/+1
2005-04-18statusbar changes:ulfl1-1/+2
2005-04-11various capture code cleanup and fixes: ulfl1-1/+0
2005-04-10fix statusbar messages by splitting into update and fixed messages between ca...ulfl1-2/+4
2005-03-28a lot more capture engine code cleanupulfl1-0/+5
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportulfl1-0/+9
2005-02-28Another step towards using the parent/child mode for ALL captures.ulfl1-0/+16
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputguy1-4/+4
2005-02-08fix a capture bug if the capture filter wasn't valid to get back to "empty" s...ulfl1-0/+1
2005-02-07Make Ethereal and Tethereal compile if we're building without libpcap.guy1-0/+2
2005-02-07Move the code to set the title on a window when a capture is in progressguy1-0/+3
2005-02-07Declare "cf_callback_t" before using it in a further declaration.guy1-1/+1
2005-02-07Instead of calling each single thing when doing/finish a file operation, file...ulfl1-0/+23
2005-02-06another two steps towards privilege seperation:ulfl1-17/+1
2005-02-05fix a commentulfl1-1/+1
2005-02-05minor enhancements to Guy's last updateulfl1-4/+6
2005-02-05Put "cf_status_t" back.guy1-13/+18
2005-02-05make some string parameters const, as they are not changed insideulfl1-4/+4
2005-02-04Instead of having a single enumerated type for status return values fromguy1-28/+33