aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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