aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-0/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-19Fix transposed memset parameters causing build failure with GCC.Evan Huus1-1/+1
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-11/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-12/+12
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-256/+12
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-62/+222
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris1-13/+83
2010-04-01Keep a copy of the interface description and capture filter around so thatGerald Combs1-0/+1
2009-09-22Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam1-1/+1
2009-09-22Introduce cap_file_add_fdata() and start using itKovarththanan Rajaratnam1-0/+12
2009-09-21Don't include header files that are not requiredKovarththanan Rajaratnam1-6/+0
2009-09-21Remove unused 'pstats' member in capture_fileKovarththanan Rajaratnam1-1/+1
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam1-14/+14
2009-02-15Adjust some spacing ....Bill Meier1-3/+3
2008-09-30From jmmikkel@mit.edu (Bug 2895):Sake Blok1-0/+1
2007-01-01break out dfcode from the capture file structure and declare it locally where...Ronnie Sahlberg1-1/+0
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-4/+0
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-1/+0
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2002-09-06Forgot to add two filesRonnie Sahlberg1-0/+65