aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-01Keep a copy of the interface description and capture filter around so thatGerald Combs1-0/+1
we can use it in the main window title during and after capture. Add a "-X" option for providing a description for stdin. svn path=/trunk/; revision=32357
2009-09-22Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30073
2009-09-22Introduce cap_file_add_fdata() and start using itKovarththanan Rajaratnam1-0/+12
svn path=/trunk/; revision=30071
2009-09-21Don't include header files that are not requiredKovarththanan Rajaratnam1-6/+0
svn path=/trunk/; revision=30050
2009-09-21Remove unused 'pstats' member in capture_fileKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30048
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent ↵Kovarththanan Rajaratnam1-14/+14
with capture_file.plist_end svn path=/trunk/; revision=30047
2009-02-15Adjust some spacing ....Bill Meier1-3/+3
svn path=/trunk/; revision=27457
2008-09-30From jmmikkel@mit.edu (Bug 2895):Sake Blok1-0/+1
We might receive new packets while redissecting and don't want to dissect those before the packet-list is fully rebuilt. svn path=/trunk/; revision=26309
2007-01-01break out dfcode from the capture file structure and declare it locally ↵Ronnie Sahlberg1-1/+0
where it is needed. allocate and release the dfcode program as needed instead of having it hang around in the capture file structure. this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later svn path=/trunk/; revision=20251
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-4/+0
move another two capture related fields (iface and cfilter) from cfile to capture_opts also move the handling of capture related command line options from main.c to capture.c, that way a future privilege seperated capture program can use the same code to parse it's command line than Ethereal. It might be even possible to share this parser code even with Tethereal, didn't took a closer look at this. svn path=/trunk/; revision=13320
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-1/+0
don't use global cfile at all but only an untpyed handle to call the cf_... functions in file.c move the save_file member from capture_file to capture_opts, as it's only used while capturing and while preparing it svn path=/trunk/; revision=13276
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this ↵Ulf Lamping1-1/+0
is the place where it should be svn path=/trunk/; revision=13268
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2002-09-06Forgot to add two filesRonnie Sahlberg1-0/+65
svn path=/trunk/; revision=6204