aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
Commit message (Expand)AuthorAgeFilesLines
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Put the structure of a capture_file back in cfile.h.Guy Harris2017-12-041-1/+0
* Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris2017-12-041-44/+0
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-2/+3
* Get rid of some void pointers.Gerald Combs2017-12-011-4/+2
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-1/+0
* Make the capture file's interface description filterableJim Young2017-02-091-0/+22
* No need to check for string option values being null.Guy Harris2016-07-211-4/+2
* Redo the block options APIs.Guy Harris2016-07-141-6/+6
* Making wiretap option blocks more generic.Michael Mann2016-02-231-6/+10
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* wiretap: remove unused code, drop number_of_interfacesPeter Wu2014-05-171-1/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-1/+1
* Refactor WiretapMichael Mann2014-05-091-1/+1
* Revert "Allow pcapng interface options to be available to dissectors."Anders Broman2014-03-201-21/+2
* Allow pcapng interface options to be available to dissectors.Christopher Kilgour2014-03-201-2/+21
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Abuse epan_t more: add callback to get interface name.Jakub Zawadzki2013-07-221-0/+23
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Fix transposed memset parameters causing build failure with GCC.Evan Huus2012-07-191-1/+1
* Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs2012-07-191-11/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Change the "user_saved" member of a capture_file structure toGuy Harris2012-05-201-12/+12
* Create a new frame_data_sequence data type; it represents a denseGuy Harris2011-04-271-256/+12
* Store the frame_data structures in a tree, rather than a linked list. Guy Harris2011-04-251-62/+222
* Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris2011-04-251-13/+83
* Keep a copy of the interface description and capture filter around so thatGerald Combs2010-04-011-0/+1
* Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam2009-09-221-1/+1
* Introduce cap_file_add_fdata() and start using itKovarththanan Rajaratnam2009-09-221-0/+12
* Don't include header files that are not requiredKovarththanan Rajaratnam2009-09-211-6/+0
* Remove unused 'pstats' member in capture_fileKovarththanan Rajaratnam2009-09-211-1/+1
* Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam2009-09-211-14/+14
* Adjust some spacing ....Bill Meier2009-02-151-3/+3
* From jmmikkel@mit.edu (Bug 2895):Sake Blok2008-09-301-0/+1
* break out dfcode from the capture file structure and declare it locally where...Ronnie Sahlberg2007-01-011-1/+0
* name changeRonnie Sahlberg2006-05-211-2/+2
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-4/+0
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-1/+0
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-1/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Forgot to add two filesRonnie Sahlberg2002-09-061-0/+65